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