You are here

class Basic in Views (for Drupal 7) 8.3

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

1 string reference to 'Basic'
views_ui_menu in views_ui/views_ui.module
Implements hook_menu().

File

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
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::exposed_form_alter function
ExposedFormPluginBase::exposed_form_submit function This function is executed when exposed form is submited.
ExposedFormPluginBase::exposed_form_validate function
ExposedFormPluginBase::init public function Initialize the plugin.
ExposedFormPluginBase::postExecute public function
ExposedFormPluginBase::post_render function
ExposedFormPluginBase::pre_execute 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::render_exposed_form function Render the exposed filter form.
ExposedFormPluginBase::reset_form 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. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::$view public property The top object of a view. 1
PluginBase::additionalThemeFunctions public function Provide a list of additional theme functions for the theme information page
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::destroy public function Clears a plugin. 2
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 3
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.
PluginBase::pluginTitle public function Return the human readable name of the display.
PluginBase::setOptionDefaults protected function
PluginBase::submitOptionsForm public function Handle any special handling on the validate form. 10
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 2