Yoast\WP\SEO\Generated

Cached_Container::getMigrationErrorIntegrationService()protectedYoast 1.0

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() Yoast 22.4

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 ?: '_'});
}