Yoast\WP\SEO\Generated

Cached_Container::getSiteKitCapabilitiesIntegrationServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Dashboard\User_Interface\Configuration\Site_Kit_Capabilities_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Dashboard\User_Interface\Configuration\Site_Kit_Capabilities_Integration.

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

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

Код Cached_Container::getSiteKitCapabilitiesIntegrationService() Yoast 27.8

protected function getSiteKitCapabilitiesIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Dashboard\\User_Interface\\Configuration\\Site_Kit_Capabilities_Integration'] = new \Yoast\WP\SEO\Dashboard\User_Interface\Configuration\Site_Kit_Capabilities_Integration();
}