Skip to main content
Version: 2.1

Multi-Tenancy - Events

One of the easiest ways to extend the Multi-Tenancy system is to hook into the events. Here is the list

Tenant Sign Up

WhenEventsMethods
Before the tenant signup process has started.Parthenon\MultiTenancy\Event\PreTenantSignupEvent::NAMEgetTenant
After the tenant signup process been completed.Parthenon\MultiTenancy\Event\PostTenantSignupEvent::NAMEgetTenant
After the Tenant has been createdParthenon\MultiTenancy\Event\TenantCreatedEvent::NAMEgetTenant