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