Yoast\WP\SEO\Generated

Cached_Container::getOldConfigurationIntegrationService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Admin\Old_Configuration_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Admin\Old_Configuration_Integration.

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

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

Код Cached_Container::getOldConfigurationIntegrationService() Yoast 22.3

protected function getOldConfigurationIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Old_Configuration_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Old_Configuration_Integration();
}