Yoast\WP\SEO\Generated
Cached_Container::getIntroductionsSeenRouteService
Gets the public 'Yoast\WP\SEO\Introductions\User_Interface\Introductions_Seen_Route' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Introductions\User_Interface\Introductions_Seen_Route.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getIntroductionsSeenRouteService();
Код Cached_Container::getIntroductionsSeenRouteService() Cached Container::getIntroductionsSeenRouteService Yoast 27.3
protected function getIntroductionsSeenRouteService()
{
return $this->services['Yoast\\WP\\SEO\\Introductions\\User_Interface\\Introductions_Seen_Route'] = new \Yoast\WP\SEO\Introductions\User_Interface\Introductions_Seen_Route(($this->services['Yoast\\WP\\SEO\\Introductions\\Infrastructure\\Introductions_Seen_Repository'] ?? $this->getIntroductionsSeenRepositoryService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] = new \Yoast\WP\SEO\Helpers\User_Helper())), ($this->privates['Yoast\\WP\\SEO\\Introductions\\Application\\Introductions_Collector'] ?? $this->getIntroductionsCollectorService()));
}