Yoast\WP\SEO\Generated
Cached_Container::getElementorEditConditionalService() protected Yoast 1.0
Gets the public 'Yoast\WP\SEO\Conditionals\Third_Party\Elementor_Edit_Conditional' shared autowired service.
{} Это метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Conditionals\Third_Party\Elementor_Edit_Conditional.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getElementorEditConditionalService();
Код Cached_Container::getElementorEditConditionalService() Cached Container::getElementorEditConditionalService Yoast 15.6.2
protected function getElementorEditConditionalService()
{
return $this->services['Yoast\\WP\\SEO\\Conditionals\\Third_Party\\Elementor_Edit_Conditional'] = new \Yoast\WP\SEO\Conditionals\Third_Party\Elementor_Edit_Conditional();
}