Yoast\WP\SEO\Generated
Cached_Container::getMigrationErrorIntegrationService()
Gets the public 'Yoast\WP\SEO\Integrations\Admin\Migration_Error_Integration' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Admin\Migration_Error_Integration
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getMigrationErrorIntegrationService();
Код Cached_Container::getMigrationErrorIntegrationService() Cached Container::getMigrationErrorIntegrationService Yoast 23.8
protected function getMigrationErrorIntegrationService() { return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Migration_Error_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Migration_Error_Integration(${($_ = isset($this->services['Yoast\\WP\\SEO\\Config\\Migration_Status']) ? $this->services['Yoast\\WP\\SEO\\Config\\Migration_Status'] : ($this->services['Yoast\\WP\\SEO\\Config\\Migration_Status'] = new \Yoast\WP\SEO\Config\Migration_Status())) && false ?: '_'}); }