public function VboExportBase::execute in VBO export 8.2
Same name and namespace in other branches
- 8.3 src/Plugin/Action/VboExportBase.php \Drupal\vbo_export\Plugin\Action\VboExportBase::execute()
- 8 src/Plugin/Action/VboExportBase.php \Drupal\vbo_export\Plugin\Action\VboExportBase::execute()
File
- src/
Plugin/ Action/ VboExportBase.php, line 154
Class
- VboExportBase
- Base class for export actions.
Namespace
Drupal\vbo_export\Plugin\ActionCode
public function execute($entity = NULL) {
$this
->executeMultiple([
$entity,
]);
}