Yoast\WP\SEO\Generated
Cached_Container::getIntegrationsRouteService
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() Cached Container::getIntegrationsRouteService Yoast 27.4
protected function getIntegrationsRouteService()
{
return $this->services['Yoast\\WP\\SEO\\Routes\\Integrations_Route'] = new \Yoast\WP\SEO\Routes\Integrations_Route(($this->services['Yoast\\WP\\SEO\\Actions\\Integrations_Action'] ?? $this->getIntegrationsActionService()));
}