Yoast\WP\SEO\Generated
Cached_Container::getImproveDefaultMetaDescriptionsService
Gets the private 'Yoast\WP\SEO\Task_List\Application\Tasks\Improve_Default_Meta_Descriptions' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Task_List\Application\Tasks\Improve_Default_Meta_Descriptions.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getImproveDefaultMetaDescriptionsService();
Код Cached_Container::getImproveDefaultMetaDescriptionsService() Cached Container::getImproveDefaultMetaDescriptionsService Yoast 28.3
protected function getImproveDefaultMetaDescriptionsService()
{
return $this->privates['Yoast\\WP\\SEO\\Task_List\\Application\\Tasks\\Improve_Default_Meta_Descriptions'] = new \Yoast\WP\SEO\Task_List\Application\Tasks\Improve_Default_Meta_Descriptions(($this->privates['Yoast\\WP\\SEO\\Task_List\\Infrastructure\\Indexables\\Recent_Content_Indexable_Collector'] ?? $this->getRecentContentIndexableCollectorService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\Indexable_Helper'] ?? $this->getIndexableHelperService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())));
}