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).
Метод класса: ServiceProviderInterface{}
Хуков нет.
Возвращает
Строку
.
Использование
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->getIdentifier() : string;
Код ServiceProviderInterface::getIdentifier() ServiceProviderInterface::getIdentifier WC 8.1.1
public function getIdentifier() : string;