Yoast\WP\SEO\Generated

Cached_Container::getSupportedFeaturesRouteService()protectedYoast 1.0

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() Yoast 22.4

protected function getSupportedFeaturesRouteService()
{
    return $this->services['Yoast\\WP\\SEO\\Routes\\Supported_Features_Route'] = new \Yoast\WP\SEO\Routes\Supported_Features_Route();
}