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