Yoast\WP\SEO\Generated
Cached_Container::getCrawlSettingsIntegrationService
Gets the public 'Yoast\WP\SEO\Integrations\Admin\Crawl_Settings_Integration' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Admin\Crawl_Settings_Integration.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getCrawlSettingsIntegrationService();
Код Cached_Container::getCrawlSettingsIntegrationService() Cached Container::getCrawlSettingsIntegrationService Yoast 28.2
protected function getCrawlSettingsIntegrationService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Crawl_Settings_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Crawl_Settings_Integration(($this->services['WPSEO_Admin_Asset_Manager'] ?? $this->getWPSEOAdminAssetManagerService()), ($this->services['WPSEO_Shortlinker'] ?? $this->getWPSEOShortlinkerService()));
}