Yoast\WP\SEO\Generated
Cached_Container::getLinkCountColumnsIntegrationService
Gets the public 'Yoast\WP\SEO\Integrations\Admin\Link_Count_Columns_Integration' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Admin\Link_Count_Columns_Integration.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getLinkCountColumnsIntegrationService();
Код Cached_Container::getLinkCountColumnsIntegrationService() Cached Container::getLinkCountColumnsIntegrationService Yoast 28.2
protected function getLinkCountColumnsIntegrationService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Link_Count_Columns_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Link_Count_Columns_Integration(($this->services['Yoast\\WP\\SEO\\Helpers\\Post_Type_Helper'] ?? $this->getPostTypeHelperService()), ($this->services['wpdb'] ?? $this->getWpdbService()), ($this->services['Yoast\\WP\\SEO\\Actions\\Indexing\\Post_Link_Indexing_Action'] ?? $this->getPostLinkIndexingActionService()), ($this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Admin_Columns_Cache_Integration'] ?? $this->getAdminColumnsCacheIntegrationService()));
}