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