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