Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ArgumentLanguageTest::testArgument function core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Tests the language argument.
ArgumentNullTest class core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Tests the core Drupal\views\Plugin\views\argument\NullArgument handler.
ArgumentNullTest.php file core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php
ArgumentNullTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Views used by this test.
ArgumentNullTest::testAreaText function core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php
ArgumentNullTest::viewsData function core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Returns the views data definition.
ArgumentPlaceholderUpdatePathTest class core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Tests the argument placeholder update path.
ArgumentPlaceholderUpdatePathTest.php file core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php
ArgumentPlaceholderUpdatePathTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Set database dump files to be used.
ArgumentPlaceholderUpdatePathTest::testArgumentPlaceholderUpdate function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Ensures that %1 and !1 are converted to twig tokens in existing views.
ArgumentPluginBase class core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Base class for argument (contextual filter) handler plugins.
ArgumentPluginBase.php file core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$argument property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$name_field property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The field to use for the name to use in the summary, which is
the displayed output. For example, for the node: nid argument,
the argument itself is the nid, but node.title is displayed.
ArgumentPluginBase::$name_table property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The table to use for the name, should it not be in the same table as the argument.
ArgumentPluginBase::$validator property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$value property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a form to edit options for this plugin.
ArgumentPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Calculates dependencies for the configured plugin.
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.
ArgumentPluginBase::defaultAccessDenied function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: access denied.
ArgumentPluginBase::defaultAction function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle the default action, which means our argument wasn't present.
ArgumentPluginBase::defaultActions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a list of default behaviors for this argument if the argument
is not present.
ArgumentPluginBase::defaultArgumentForm function 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::defaultDefault function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php This just returns true. The view argument builder will know where
to find the argument from.
ArgumentPluginBase::defaultEmpty function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: empty
ArgumentPluginBase::defaultIgnore function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: ignore.
ArgumentPluginBase::defaultNotFound function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: not found.
ArgumentPluginBase::defaultSummary function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: summary.
ArgumentPluginBase::defaultSummaryForm function 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::defineOptions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Information about options for all kinds of purposes will be held here.
ArgumentPluginBase::encodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Sanitize validator options including derivatives with : for js.
ArgumentPluginBase::exceptionTitle function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The cache contexts associated with this object.
ArgumentPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The maximum age for which this object may be cached.
ArgumentPluginBase::getCacheTags function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The cache tags associated with this object.
ArgumentPluginBase::getContextDefinition function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Returns a context definition for this argument.
ArgumentPluginBase::getDefaultArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Get a default argument, if available.
ArgumentPluginBase::getPlugin function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Get the display or row plugin, if it exists.
ArgumentPluginBase::getSortName function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Return a description of how the argument would normally be sorted.
ArgumentPluginBase::getTitle function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Called by the view object to get the title. This may be set by a
validator so we don't necessarily call through to title().
ArgumentPluginBase::getTokenHelp function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide token help information for the argument.
ArgumentPluginBase::getValue function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Get the value of this argument.
ArgumentPluginBase::hasDefaultArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Determine if the argument is set to provide a default argument.
ArgumentPluginBase::init function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
ArgumentPluginBase::isException function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::needsStylePlugin function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Determine if the argument needs a style plugin.
ArgumentPluginBase::preRenderMoveArgumentOptions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Moves argument options into their place.
ArgumentPluginBase::processContainerRadios function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Custom form radios process function.
ArgumentPluginBase::processSummaryArguments function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Process the summary arguments for display.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.