Yoast\WP\SEO\Generated

Cached_Container::getIndexableStaticHomePageWatcherService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Watchers\Indexable_Static_Home_Page_Watcher' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Watchers\Indexable_Static_Home_Page_Watcher.

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

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

Код Cached_Container::getIndexableStaticHomePageWatcherService() Yoast 22.4

protected function getIndexableStaticHomePageWatcherService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Watchers\\Indexable_Static_Home_Page_Watcher'] = new \Yoast\WP\SEO\Integrations\Watchers\Indexable_Static_Home_Page_Watcher(${($_ = isset($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository']) ? $this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository'] : $this->getIndexableRepositoryService()) && false ?: '_'});
}