Yoast\WP\SEO\Generated

Cached_Container::getMigrationStatusService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Config\Migration_Status.

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

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

Код Cached_Container::getMigrationStatusService() Yoast 22.4

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