You are here

12 calls to ArgumentPluginBase::getPlugin() in Drupal 8

ArgumentPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a form to edit options for this plugin.
ArgumentPluginBase::calculateDependencies in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Calculates dependencies for the configured plugin.
ArgumentPluginBase::defaultArgumentForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a form for selecting the default argument when the default action is set to provide default argument.
ArgumentPluginBase::defaultSummaryForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Provide a form for selecting further summary options when the default action is set to display one.
ArgumentPluginBase::getCacheContexts in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
The cache contexts associated with this object.
ArgumentPluginBase::getCacheMaxAge in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
The maximum age for which this object may be cached.
ArgumentPluginBase::getCacheTags in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
The cache tags associated with this object.
ArgumentPluginBase::getDefaultArgument in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Get a default argument, if available.
ArgumentPluginBase::processSummaryArguments in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Process the summary arguments for display.
ArgumentPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Handle any special handling on the validate form.
ArgumentPluginBase::validateArgument in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Validate that this argument works. By default, all arguments are valid.
ArgumentPluginBase::validateOptionsForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Validate the options form.