class Basic

Exposed form plugin that provides a basic exposed form.

Plugin annotation


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

Hierarchy

Expanded class hierarchy of Basic

Related topics

4 string references to 'Basic'
Request::__construct in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Create a new request
SimpletestSettingsForm::buildForm in drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
views.exposed_form.schema.yml in drupal/core/modules/views/config/schema/views.exposed_form.schema.yml
drupal/core/modules/views/config/schema/views.exposed_form.schema.yml
views_ui_menu in drupal/core/modules/views_ui/views_ui.module
Implements hook_menu().

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/Basic.php, line 24
Definition of Drupal\views\Plugin\views\exposed_form\Basic.

Namespace

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

}

Members

Namesort descending Modifiers Type Description Overrides
ContainerFactoryPluginBase::create public static function Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface::create 11
ExposedFormPluginBase::$usesOptions protected property Overrides Drupal\views\Plugin\Plugin::$usesOptions. Overrides PluginBase::$usesOptions
ExposedFormPluginBase::buildOptionsForm public function Provide a form to edit options for this plugin. Overrides PluginBase::buildOptionsForm 1
ExposedFormPluginBase::defineOptions protected function Information about options for all kinds of purposes will be held here. @code 'option_name' => array( Overrides PluginBase::defineOptions 1
ExposedFormPluginBase::exposedFormAlter public function
ExposedFormPluginBase::exposedFormSubmit public function This function is executed when exposed form is submited.
ExposedFormPluginBase::exposedFormValidate public function
ExposedFormPluginBase::postExecute public function
ExposedFormPluginBase::post_render function
ExposedFormPluginBase::preExecute public function
ExposedFormPluginBase::pre_render function 1
ExposedFormPluginBase::query public function Add anything to the query that we might need to. Overrides PluginBase::query 1
ExposedFormPluginBase::renderExposedForm public function Render the exposed filter form.
ExposedFormPluginBase::resetForm public function
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$definition public property Plugins's definition
PluginBase::$displayHandler public property The display object this plugin is for.
PluginBase::$options public property Options for this plugin will be held here.
PluginBase::$pluginDefinition protected property The plugin implementation definition.
PluginBase::$pluginId protected property The plugin_id.
PluginBase::$view public property The top object of a view. 1
PluginBase::destroy public function Clears a plugin. 2
PluginBase::getAvailableGlobalTokens public function Returns an array of available token replacements.
PluginBase::getPluginDefinition public function Returns the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition
PluginBase::getPluginId public function Returns the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::globalTokenForm public function Adds elements for available core tokens to a form.
PluginBase::globalTokenReplace public function Returns a string with any core tokens replaced.
PluginBase::init public function Initialize the plugin. 8
PluginBase::pluginTitle public function Return the human readable name of the display.
PluginBase::setOptionDefaults protected function Fills up the options of the plugin with defaults.
PluginBase::submitOptionsForm public function Handle any special handling on the validate form. 11
PluginBase::summaryTitle public function Returns the summary of the settings in the display. 6
PluginBase::themeFunctions public function Provide a full list of possible theme templates used by this style. 1
PluginBase::unpackOptions public function Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.
PluginBase::usesOptions public function Returns the usesOptions property. 8
PluginBase::validate public function Validate that the plugin is correct and can be saved. 4
PluginBase::validateOptionsForm public function Validate the options form. 11
PluginBase::__construct public function Constructs a Plugin object. Overrides PluginBase::__construct