Implements \Drupal\Core\Extension\ModuleHandlerInterface::getBootstrapModules().
Overrides ModuleHandlerInterface::getBootstrapModules
public function getBootstrapModules() {
// The basic module handler does not know anything about how to retrieve a
// list of bootstrap modules.
return array();
}