public UpdateKernel::discoverServiceProviders()
Discovers available serviceProviders.
array The available serviceProviders.
Overrides DrupalKernel::discoverServiceProviders
public function discoverServiceProviders() { parent::discoverServiceProviders(); $this->serviceProviderClasses['app']['update_kernel'] = 'Drupal\Core\Update\UpdateServiceProvider'; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Update!UpdateKernel.php/function/UpdateKernel::discoverServiceProviders/8.1.x