You are here

public function CommandExecuteEvent::getTemplatePaths in Update helper 2.x

Get all template paths.

Return value

array An array of paths.

File

src/Events/CommandExecuteEvent.php, line 98

Class

CommandExecuteEvent
Event for command execute.

Namespace

Drupal\update_helper\Events

Code

public function getTemplatePaths() {
  return $this->templatePaths;
}