Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
ArgumentPluginBase.php
»
ArgumentPluginBase
»
ArgumentPluginBase::get_plugin
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
8 calls to ArgumentPluginBase::get_plugin()
ArgumentPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Build the options form.
ArgumentPluginBase::default_argument_form
in drupal/
core/
modules/
views/
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 drupal/
core/
modules/
views/
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 drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Get a default argument, if available.
ArgumentPluginBase::process_summary_arguments
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Process the summary arguments for display.
ArgumentPluginBase::submitOptionsForm
in drupal/
core/
modules/
views/
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 drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Validate that this argument works. By default, all arguments are valid.
ArgumentPluginBase::validateOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Validate the options form.