Yoast\WP\SEO\Generated
Cached_Container::getOldConfigurationIntegrationService()
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() Cached Container::getOldConfigurationIntegrationService Yoast 23.4
protected function getOldConfigurationIntegrationService() { return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Old_Configuration_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Old_Configuration_Integration(); }