Yoast\WP\SEO\Generated

Cached_Container::getBlockEditorIntegrationServiceprotectedYoast 1.0

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() Yoast 27.3

protected function getBlockEditorIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Blocks\\Block_Editor_Integration'] = new \Yoast\WP\SEO\Integrations\Blocks\Block_Editor_Integration(($this->services['WPSEO_Admin_Asset_Manager'] ?? $this->getWPSEOAdminAssetManagerService()));
}