Yoast\WP\SEO\Generated

Cached_Container::getIndexableIndexingCompleteActionService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Actions\Indexing\Indexable_Indexing_Complete_Action' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Actions\Indexing\Indexable_Indexing_Complete_Action.

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

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

Код Cached_Container::getIndexableIndexingCompleteActionService() Yoast 22.4

protected function getIndexableIndexingCompleteActionService()
{
    return $this->services['Yoast\\WP\\SEO\\Actions\\Indexing\\Indexable_Indexing_Complete_Action'] = new \Yoast\WP\SEO\Actions\Indexing\Indexable_Indexing_Complete_Action(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper'] : $this->getIndexableHelperService()) && false ?: '_'});
}