Yoast\WP\SEO\Generated

Cached_Container::getBreadcrumbsIntegrationServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Breadcrumbs_Integration' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Breadcrumbs_Integration.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getBreadcrumbsIntegrationService();

Код Cached_Container::getBreadcrumbsIntegrationService() Yoast 26.7

protected function getBreadcrumbsIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Breadcrumbs_Integration'] = new \Yoast\WP\SEO\Integrations\Breadcrumbs_Integration(($this->services['Yoast\\WP\\SEO\\Surfaces\\Helpers_Surface'] ?? $this->getHelpersSurfaceService()), ($this->services['WPSEO_Replace_Vars'] ?? $this->getWPSEOReplaceVarsService()), ($this->services['Yoast\\WP\\SEO\\Memoizers\\Meta_Tags_Context_Memoizer'] ?? $this->getMetaTagsContextMemoizerService()));
}