Yoast\WP\SEO\Generated

Cached_Container::getWordproofTranslationsService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Config\Wordproof_Translations.

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

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

Код Cached_Container::getWordproofTranslationsService() Yoast 22.4

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