Yoast\WP\SEO\Generated
Cached_Container::getInstallationIntegrationService
Gets the public 'Yoast\WP\SEO\Integrations\Admin\Addon_Installation\Installation_Integration' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Admin\Addon_Installation\Installation_Integration.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getInstallationIntegrationService();
Код Cached_Container::getInstallationIntegrationService() Cached Container::getInstallationIntegrationService Yoast 27.4
protected function getInstallationIntegrationService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Addon_Installation\\Installation_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Addon_Installation\Installation_Integration(($this->services['WPSEO_Addon_Manager'] ?? $this->getWPSEOAddonManagerService()), ($this->services['Yoast\\WP\\SEO\\Actions\\Addon_Installation\\Addon_Activate_Action'] ?? $this->getAddonActivateActionService()), ($this->services['Yoast\\WP\\SEO\\Actions\\Addon_Installation\\Addon_Install_Action'] ?? $this->getAddonInstallActionService()));
}