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