Yoast\WP\SEO\Generated
Cached_Container::getToBeCleanedIndexablesCollectorService()
Gets the public 'Yoast\WP\SEO\Analytics\Application\To_Be_Cleaned_Indexables_Collector' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Analytics\Application\To_Be_Cleaned_Indexables_Collector
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getToBeCleanedIndexablesCollectorService();
Код Cached_Container::getToBeCleanedIndexablesCollectorService() Cached Container::getToBeCleanedIndexablesCollectorService Yoast 25.1
protected function getToBeCleanedIndexablesCollectorService() { return $this->services['Yoast\\WP\\SEO\\Analytics\\Application\\To_Be_Cleaned_Indexables_Collector'] = new \Yoast\WP\SEO\Analytics\Application\To_Be_Cleaned_Indexables_Collector(${($_ = isset($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Cleanup_Repository']) ? $this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Cleanup_Repository'] : $this->getIndexableCleanupRepositoryService()) && false ?: '_'}); }