Yoast\WP\SEO\Generated

Cached_Container::getWpYoastDropIndexableMetaTableIfExistsService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Config\Migrations\WpYoastDropIndexableMetaTableIfExists.

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

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

Код Cached_Container::getWpYoastDropIndexableMetaTableIfExistsService() Yoast 22.3

protected function getWpYoastDropIndexableMetaTableIfExistsService()
{
    return $this->services['Yoast\\WP\\SEO\\Config\\Migrations\\WpYoastDropIndexableMetaTableIfExists'] = new \Yoast\WP\SEO\Config\Migrations\WpYoastDropIndexableMetaTableIfExists(${($_ = isset($this->services['Yoast\\WP\\Lib\\Migrations\\Adapter']) ? $this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] : ($this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] = new \Yoast\WP\Lib\Migrations\Adapter())) && false ?: '_'});
}