Yoast\WP\SEO\Generated
Cached_Container::getWpYoastIndexableHierarchyService()
Gets the public 'Yoast\WP\SEO\Config\Migrations\WpYoastIndexableHierarchy' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Config\Migrations\WpYoastIndexableHierarchy
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getWpYoastIndexableHierarchyService();
Код Cached_Container::getWpYoastIndexableHierarchyService() Cached Container::getWpYoastIndexableHierarchyService Yoast 24.9
protected function getWpYoastIndexableHierarchyService() { return $this->services['Yoast\\WP\\SEO\\Config\\Migrations\\WpYoastIndexableHierarchy'] = new \Yoast\WP\SEO\Config\Migrations\WpYoastIndexableHierarchy(${($_ = isset($this->services['Yoast\\WP\\Lib\\Migrations\\Adapter']) ? $this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] : ($this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] = new \Yoast\WP\Lib\Migrations\Adapter())) && false ?: '_'}); }