You are here

8 calls to ArgumentPluginBase::get_plugin() in Views (for Drupal 7) 8.3

ArgumentPluginBase::buildOptionsForm in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Build the options form.
ArgumentPluginBase::default_argument_form in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Provide a form for selecting the default argument when the default action is set to provide default argument.
ArgumentPluginBase::default_summary_form in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Provide a form for selecting further summary options when the default action is set to display one.
ArgumentPluginBase::get_default_argument in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Get a default argument, if available.
ArgumentPluginBase::process_summary_arguments in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Process the summary arguments for display.
ArgumentPluginBase::submitOptionsForm in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
ArgumentPluginBase::validateArgument in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Validate that this argument works. By default, all arguments are valid.
ArgumentPluginBase::validateOptionsForm in lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Validate the options form.