Yoast\WP\SEO\Generated

Cached_Container::getIntegrationsActionService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Actions\Integrations_Action' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Actions\Integrations_Action.

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

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

Код Cached_Container::getIntegrationsActionService() Yoast 22.3

protected function getIntegrationsActionService()
{
    return $this->services['Yoast\\WP\\SEO\\Actions\\Integrations_Action'] = new \Yoast\WP\SEO\Actions\Integrations_Action(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] : ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())) && false ?: '_'});
}