Yoast\WP\SEO\Generated

Cached_Container::getUninstallIntegrationService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Uninstall_Integration.

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

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

Код Cached_Container::getUninstallIntegrationService() Yoast 22.4

protected function getUninstallIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Uninstall_Integration'] = new \Yoast\WP\SEO\Integrations\Uninstall_Integration();
}