Yoast\WP\SEO\Generated

Cached_Container::getBadgeGroupNamesService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Config\Badge_Group_Names' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Config\Badge_Group_Names.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getBadgeGroupNamesService();

Код Cached_Container::getBadgeGroupNamesService() Yoast 22.4

protected function getBadgeGroupNamesService()
{
    return $this->services['Yoast\\WP\\SEO\\Config\\Badge_Group_Names'] = new \Yoast\WP\SEO\Config\Badge_Group_Names();
}