class Basic
Same name in other branches
- 9 core/modules/views/src/Plugin/views/exposed_form/Basic.php \Drupal\views\Plugin\views\exposed_form\Basic
- 10 core/modules/views/src/Plugin/views/exposed_form/Basic.php \Drupal\views\Plugin\views\exposed_form\Basic
- 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
- class \Drupal\Component\Plugin\PluginBase implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
- class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
- class \Drupal\views\Plugin\views\PluginBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\Plugin\ContainerFactoryPluginInterface, \Drupal\views\Plugin\views\ViewsPluginInterface, \Drupal\Component\Plugin\DependentPluginInterface, \Drupal\Core\Security\TrustedCallbackInterface
- class \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase extends \Drupal\views\Plugin\views\PluginBase implements \Drupal\Core\Cache\CacheableDependencyInterface, \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface
- class \Drupal\views\Plugin\views\exposed_form\Basic extends \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase
- class \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase extends \Drupal\views\Plugin\views\PluginBase implements \Drupal\Core\Cache\CacheableDependencyInterface, \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface
- class \Drupal\views\Plugin\views\PluginBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\Plugin\ContainerFactoryPluginInterface, \Drupal\views\Plugin\views\ViewsPluginInterface, \Drupal\Component\Plugin\DependentPluginInterface, \Drupal\Core\Security\TrustedCallbackInterface
- class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
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.
File
-
core/
modules/ views/ src/ Plugin/ views/ exposed_form/ Basic.php, line 16
Namespace
Drupal\views\Plugin\views\exposed_formView source
class Basic extends ExposedFormPluginBase {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.