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