Yoast\WP\SEO\Generated

Cached_Container::getAdapterService()protectedYoast 1.0

Gets the public 'Yoast\WP\Lib\Migrations\Adapter' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\Lib\Migrations\Adapter.

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

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

Код Cached_Container::getAdapterService() Yoast 22.4

protected function getAdapterService()
{
    return $this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] = new \Yoast\WP\Lib\Migrations\Adapter();
}