Yoast\WP\SEO\Generated
Cached_Container::getIndexingPrepareActionService() protected Yoast 1.0
Gets the public 'Yoast\WP\SEO\Actions\Indexing\Indexing_Prepare_Action' shared autowired service.
{} Это метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Actions\Indexing\Indexing_Prepare_Action.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getIndexingPrepareActionService();
Код Cached_Container::getIndexingPrepareActionService() Cached Container::getIndexingPrepareActionService Yoast 15.6.2
protected function getIndexingPrepareActionService()
{
return $this->services['Yoast\\WP\\SEO\\Actions\\Indexing\\Indexing_Prepare_Action'] = new \Yoast\WP\SEO\Actions\Indexing\Indexing_Prepare_Action(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Indexing_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Indexing_Helper'] : $this->getIndexingHelperService()) && false ?: '_'}, ${($_ = isset($this->services['Yoast_Notification_Center']) ? $this->services['Yoast_Notification_Center'] : $this->getYoastNotificationCenterService()) && false ?: '_'});
}