Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
ServiceProviderInterface::getIdentifier() public WC 1.0
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).
{} It's a method of the class: ServiceProviderInterface{}
No Hooks.
Return
String.
Usage
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->getIdentifier() : string;
Code of ServiceProviderInterface::getIdentifier() ServiceProviderInterface::getIdentifier WC 5.0.0
public function getIdentifier() : string;