Yoast\WP\SEO\Generated
Cached_Container::getPermanentlyDismissedSiteKitConfigurationRepositoryService
Gets the private 'Yoast\WP\SEO\Dashboard\Infrastructure\Configuration\Permanently_Dismissed_Site_Kit_Configuration_Repository' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Dashboard\Infrastructure\Configuration\Permanently_Dismissed_Site_Kit_Configuration_Repository.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getPermanentlyDismissedSiteKitConfigurationRepositoryService();
Код Cached_Container::getPermanentlyDismissedSiteKitConfigurationRepositoryService() Cached Container::getPermanentlyDismissedSiteKitConfigurationRepositoryService Yoast 28.4
protected function getPermanentlyDismissedSiteKitConfigurationRepositoryService()
{
return $this->privates['Yoast\\WP\\SEO\\Dashboard\\Infrastructure\\Configuration\\Permanently_Dismissed_Site_Kit_Configuration_Repository'] = new \Yoast\WP\SEO\Dashboard\Infrastructure\Configuration\Permanently_Dismissed_Site_Kit_Configuration_Repository(($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())));
}