You are here

public function OpignoModuleFinished::buildOptionsForm in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Plugin/views/field/OpignoModuleFinished.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleFinished::buildOptionsForm()

Default options form that provides the label widget that all fields should have.

Overrides Date::buildOptionsForm

File

src/Plugin/views/field/OpignoModuleFinished.php, line 37

Class

OpignoModuleFinished
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\opigno_module\Plugin\views\field

Code

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