class Basic

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/exposed_form/Basic.php \Drupal\views\Plugin\views\exposed_form\Basic
  2. 10 core/modules/views/src/Plugin/views/exposed_form/Basic.php \Drupal\views\Plugin\views\exposed_form\Basic
  3. 11.x core/modules/views/src/Plugin/views/exposed_form/Basic.php \Drupal\views\Plugin\views\exposed_form\Basic

Exposed form plugin that provides a basic exposed form.

Plugin annotation


@ViewsExposedForm(
  id = "basic",
  title = @Translation("Basic"),
  help = @Translation("Basic exposed form")
)

Hierarchy

Expanded class hierarchy of Basic

Related topics

330 string references to 'Basic'
bartik_form_alter in core/themes/bartik/bartik.theme
Implements hook_form_alter() to add classes to the search form.
BlockContentCacheTagsTest::createEntity in core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
Creates the entity to be tested.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Create a default custom block.

... See full list

File

core/modules/views/src/Plugin/views/exposed_form/Basic.php, line 16

Namespace

Drupal\views\Plugin\views\exposed_form
View source
class Basic extends ExposedFormPluginBase {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.