You are here

public function MaestroEngineProcessDetails::buildOptionsForm in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/MaestroEngineProcessDetails.php \Drupal\maestro\Plugin\views\field\MaestroEngineProcessDetails::buildOptionsForm()

Provide the options form.

Overrides FieldPluginBase::buildOptionsForm

File

src/Plugin/views/field/MaestroEngineProcessDetails.php, line 43

Class

MaestroEngineProcessDetails
Field handler to show process details and attached views.

Namespace

Drupal\maestro\Plugin\views\field

Code

public function buildOptionsForm(&$form, FormStateInterface $form_state) {
  parent::buildOptionsForm($form, $form_state);
}