Yoast\WP\SEO\Generated

Cached_Container::getCleanupIntegrationService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Cleanup_Integration.

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

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

Код Cached_Container::getCleanupIntegrationService() Yoast 22.3

protected function getCleanupIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Cleanup_Integration'] = new \Yoast\WP\SEO\Integrations\Cleanup_Integration(${($_ = isset($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Cleanup_Repository']) ? $this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Cleanup_Repository'] : $this->getIndexableCleanupRepositoryService()) && false ?: '_'});
}