Yoast\WP\SEO\Generated

Cached_Container::getFirstTimeConfigurationNoticeHelperServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Helpers\First_Time_Configuration_Notice_Helper' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Helpers\First_Time_Configuration_Notice_Helper.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getFirstTimeConfigurationNoticeHelperService();

Код Cached_Container::getFirstTimeConfigurationNoticeHelperService() Yoast 27.6

protected function getFirstTimeConfigurationNoticeHelperService()
{
    return $this->services['Yoast\\WP\\SEO\\Helpers\\First_Time_Configuration_Notice_Helper'] = new \Yoast\WP\SEO\Helpers\First_Time_Configuration_Notice_Helper(($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\\Indexing_Helper'] ?? $this->getIndexingHelperService()));
}