You are here

public function Views_Merge_RowsDisplayExtenderPlugin::buildOptionsForm in Views Merge Rows 8

Provide the form to set the rows merge options.

Overrides DisplayExtenderPluginBase::buildOptionsForm

File

src/Plugin/views/display_extender/views_merge_rowsDisplayExtenderPlugin.php, line 82
Contains the class to extend views display with rows merge functionality.

Class

Views_Merge_RowsDisplayExtenderPlugin
Plugin annotation @ViewsDisplayExtender( id = "views_merge_rows", title = @Translation("Merge rows"), help = @Translation("Merges rows with the same values in the specified fields."), no_ui = FALSE )

Namespace

Drupal\views_merge_rows\Plugin\views\display_extender

Code

public function buildOptionsForm(&$form, FormStateInterface $form_state) {
  $this
    ->views_merge_rows_options_form_build($form, $form_state);
}