do_action( 'tec_conference_container_registered_provider', string $serviceProviderClass, TECConferenceContractsarray<string> $alias )

Fires when a service provider is registered by the container.


Parameters

$serviceProviderClass

(string) The service provider class name.

$alias

(<span class="TECConferenceContractsarray">TECConferenceContractsarray) The alias(es) the service provider was registered with.


Top ↑

Source

File: src/Conference/Contracts/Container.php


Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.