Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function operatorForm(&$form, FormStateInterface $form_state)
 {
     parent::operatorForm($form, $form_state);
     $form['include_endpoints'] = array('#type' => 'checkbox', '#title' => t('Include endpoints'), '#default_value' => $this->options['include_endpoints'], '#description' => t('Whether or not include endpoints into the query.'));
 }