public function RouteBuildEvent::getModule

Gets the module that provides the route.

File

drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php, line 50
Definition of Drupal\Core\Routing\RouteBuildEvent.

Class

RouteBuildEvent
Represents route building information as event.

Namespace

Drupal\Core\Routing

Code

public function getModule() {
  return $this->module;
}