class Basic
Same name in other branches
- 8.9.x 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
321 string references to 'Basic'
- bartik_form_alter in core/
themes/ bartik/ bartik.theme - Implements hook_form_alter().
- BlockContentCacheTagsTest::createEntity in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentCacheTagsTest.php - Creates the entity to be tested.
- BlockContentFieldFilterTest::setUp in core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentFieldFilterTest.php - Sets up the test.
- BlockContentListTest::testListing in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentListTest.php - Tests the custom block listing page.
- BlockContentListViewsTest::testListing in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentListViewsTest.php - Tests the custom block listing page.
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.