Yoast\WP\SEO\Generated
Cached_Container::getCleanupIntegrationService()
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() Cached Container::getCleanupIntegrationService Yoast 24.6
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 ?: '_'}, ${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper'] : $this->getIndexableHelperService()) && false ?: '_'}); }