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