You are here

public function ConfigurationUpdateEvent::getUpdateName in Update helper 2.x

Same name and namespace in other branches
  1. 8 src/Events/ConfigurationUpdateEvent.php \Drupal\update_helper\Events\ConfigurationUpdateEvent::getUpdateName()

Get update name.

Return value

string Returns update name.

File

src/Events/ConfigurationUpdateEvent.php, line 67

Class

ConfigurationUpdateEvent
Event for configuration update execution.

Namespace

Drupal\update_helper\Events

Code

public function getUpdateName() {
  return $this->updateName;
}