Yoast\WP\SEO\Generated

Cached_Container::getLinksTableCheckServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Services\Health_Check\Links_Table_Check' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Services\Health_Check\Links_Table_Check.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getLinksTableCheckService();

Код Cached_Container::getLinksTableCheckService() Yoast 26.9

protected function getLinksTableCheckService()
{
    return $this->services['Yoast\\WP\\SEO\\Services\\Health_Check\\Links_Table_Check'] = new \Yoast\WP\SEO\Services\Health_Check\Links_Table_Check(($this->services['Yoast\\WP\\SEO\\Services\\Health_Check\\Links_Table_Runner'] ?? $this->getLinksTableRunnerService()), ($this->services['Yoast\\WP\\SEO\\Services\\Health_Check\\Links_Table_Reports'] ?? $this->getLinksTableReportsService()), ($this->services['Yoast\\WP\\SEO\\Conditionals\\Should_Index_Links_Conditional'] ?? $this->getShouldIndexLinksConditionalService()));
}