Yoast\WP\SEO\Generated

Cached_Container::getIndexablesHeadRouteService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Routes\Indexables_Head_Route' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Routes\Indexables_Head_Route.

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

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

Код Cached_Container::getIndexablesHeadRouteService() Yoast 22.4

protected function getIndexablesHeadRouteService()
{
    return $this->services['Yoast\\WP\\SEO\\Routes\\Indexables_Head_Route'] = new \Yoast\WP\SEO\Routes\Indexables_Head_Route(${($_ = isset($this->services['Yoast\\WP\\SEO\\Actions\\Indexables\\Indexable_Head_Action']) ? $this->services['Yoast\\WP\\SEO\\Actions\\Indexables\\Indexable_Head_Action'] : $this->getIndexableHeadActionService()) && false ?: '_'});
}