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\EventsCode
public function getTemplatePaths() {
return $this->templatePaths;
}