Yoast\WP\SEO\Generated
Cached_Container::getIndexablesHeadRouteService
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() Cached Container::getIndexablesHeadRouteService Yoast 27.3
protected function getIndexablesHeadRouteService()
{
return $this->services['Yoast\\WP\\SEO\\Routes\\Indexables_Head_Route'] = new \Yoast\WP\SEO\Routes\Indexables_Head_Route(($this->services['Yoast\\WP\\SEO\\Actions\\Indexables\\Indexable_Head_Action'] ?? $this->getIndexableHeadActionService()));
}