Yoast\WP\SEO\Generated

Cached_Container::getIntegrationsRouteService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Routes\Integrations_Route.

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

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

Код Cached_Container::getIntegrationsRouteService() Yoast 22.3

protected function getIntegrationsRouteService()
{
    return $this->services['Yoast\\WP\\SEO\\Routes\\Integrations_Route'] = new \Yoast\WP\SEO\Routes\Integrations_Route(${($_ = isset($this->services['Yoast\\WP\\SEO\\Actions\\Integrations_Action']) ? $this->services['Yoast\\WP\\SEO\\Actions\\Integrations_Action'] : $this->getIntegrationsActionService()) && false ?: '_'});
}