Yoast\WP\SEO\Generated

Cached_Container::getIndexableGeneralIndexationActionService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Actions\Indexing\Indexable_General_Indexation_Action.

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

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

Код Cached_Container::getIndexableGeneralIndexationActionService() Yoast 25.1

protected function getIndexableGeneralIndexationActionService()
{
    $a = ${($_ = isset($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository']) ? $this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository'] : $this->getIndexableRepositoryService()) && false ?: '_'};

    if (isset($this->services['Yoast\\WP\\SEO\\Actions\\Indexing\\Indexable_General_Indexation_Action'])) {
        return $this->services['Yoast\\WP\\SEO\\Actions\\Indexing\\Indexable_General_Indexation_Action'];
    }

    return $this->services['Yoast\\WP\\SEO\\Actions\\Indexing\\Indexable_General_Indexation_Action'] = new \Yoast\WP\SEO\Actions\Indexing\Indexable_General_Indexation_Action($a);
}