You are here

Basic.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/views/src/Plugin/views/exposed_form/Basic.php

File

core/modules/views/src/Plugin/views/exposed_form/Basic.php
View source
<?php

namespace Drupal\views\Plugin\views\exposed_form;


/**
 * Exposed form plugin that provides a basic exposed form.
 *
 * @ingroup views_exposed_form_plugins
 *
 * @ViewsExposedForm(
 *   id = "basic",
 *   title = @Translation("Basic"),
 *   help = @Translation("Basic exposed form")
 * )
 */
class Basic extends ExposedFormPluginBase {

}

Classes

Namesort descending Description
Basic Exposed form plugin that provides a basic exposed form.