Yoast\WP\SEO\Generated

Cached_Container::getActivationCleanupIntegrationServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Admin\Activation_Cleanup_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Admin\Activation_Cleanup_Integration.

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

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

Код Cached_Container::getActivationCleanupIntegrationService() Yoast 27.8

protected function getActivationCleanupIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Activation_Cleanup_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Activation_Cleanup_Integration(($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())), ($this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper'] ?? $this->getIndexableHelperService()));
}