Yoast\WP\SEO\Generated

Cached_Container::getToBeCleanedIndexablesCollectorServiceprotectedYoast 1.0

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() Yoast 26.9

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(($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Cleanup_Repository'] ?? $this->getIndexableCleanupRepositoryService()));
}