You are here

public function ImportEvent::getModule in Default Content for D8 8

Same name and namespace in other branches
  1. 2.0.x src/Event/ImportEvent.php \Drupal\default_content\Event\ImportEvent::getModule()

Gets the module name.

Return value

string The module name that provided the default content.

File

src/Event/ImportEvent.php, line 57

Class

ImportEvent
Defines event fired when content is imported.

Namespace

Drupal\default_content\Event

Code

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