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