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