public function ViewsJsonUriParam::buildOptionsForm in Views Json Source 8
Provide a form to edit options for this plugin.
Overrides ArgumentPluginBase::buildOptionsForm
File
- src/
Plugin/ views/ argument/ ViewsJsonUriParam.php, line 27
Class
- ViewsJsonUriParam
- Base argument handler for views_json_source.
Namespace
Drupal\views_json_source\Plugin\views\argumentCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form['markup'] = [
'#markup' => $this
->t('Add this field to pick the dynamic value from the URL.'),
];
}