public function CommandExecuteEvent::getAssets in Update helper 2.x
Get the assets that should be generated.
Return value
array Assets that should be generated.
File
- src/
Events/ CommandExecuteEvent.php, line 62
Class
- CommandExecuteEvent
- Event for command execute.
Namespace
Drupal\update_helper\EventsCode
public function getAssets() {
return $this->assets;
}