You are here

public function VBExportAction::buildPreConfigurationForm in Content Export YAML 8

File

modules/vbo_content_export_yaml/src/Plugin/Action/VBExportAction.php, line 63

Class

VBExportAction
An example action covering most of the possible options.

Namespace

Drupal\vbo_content_export_yaml\Plugin\Action

Code

public function buildPreConfigurationForm(array $form, array $values, FormStateInterface $form_state) {
  return $form;
}