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 26.9
protected function getCleanupIntegrationService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Cleanup_Integration'] = new \Yoast\WP\SEO\Integrations\Cleanup_Integration(($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Cleanup_Repository'] ?? $this->getIndexableCleanupRepositoryService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper'] ?? $this->getIndexableHelperService()));
}