Yoast\WP\SEO\Generated
Cached_Container::getIndexablePostTypeArchiveWatcherService
Gets the public 'Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Type_Archive_Watcher' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Type_Archive_Watcher.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getIndexablePostTypeArchiveWatcherService();
Код Cached_Container::getIndexablePostTypeArchiveWatcherService() Cached Container::getIndexablePostTypeArchiveWatcherService Yoast 27.8
protected function getIndexablePostTypeArchiveWatcherService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Watchers\\Indexable_Post_Type_Archive_Watcher'] = new \Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Type_Archive_Watcher(($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository'] ?? $this->getIndexableRepositoryService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper'] ?? $this->getIndexableHelperService()), ($this->services['Yoast\\WP\\SEO\\Builders\\Indexable_Builder'] ?? $this->getIndexableBuilderService()));
}