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