Yoast\WP\SEO\Generated
Cached_Container::getIndexableHeadActionService
Gets the public 'Yoast\WP\SEO\Actions\Indexables\Indexable_Head_Action' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Actions\Indexables\Indexable_Head_Action.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getIndexableHeadActionService();
Код Cached_Container::getIndexableHeadActionService() Cached Container::getIndexableHeadActionService Yoast 27.7
protected function getIndexableHeadActionService()
{
return $this->services['Yoast\\WP\\SEO\\Actions\\Indexables\\Indexable_Head_Action'] = new \Yoast\WP\SEO\Actions\Indexables\Indexable_Head_Action(($this->services['Yoast\\WP\\SEO\\Surfaces\\Meta_Surface'] ?? $this->getMetaSurfaceService()));
}