Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
ServiceProviderInterface::getIdentifier
The id of the service provider uniquely identifies it, so that we can quickly determine if it has already been registered. Defaults to get_class($provider).
Method of the class: ServiceProviderInterface{}
No Hooks.
Returns
String
.
Usage
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->getIdentifier() : string;
ServiceProviderInterface::getIdentifier() ServiceProviderInterface::getIdentifier code WC 9.9.3
public function getIdentifier() : string;