Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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.
ArgumentPluginBase::query function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Set up the query for this argument.
ArgumentPluginBase::setArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Set the input for this argument.
ArgumentPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle any special handling on the validate form.
ArgumentPluginBase::summaryArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides the argument to use to link from the summary to the next level.
ArgumentPluginBase::summaryBasics function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Adds basic information to the summary query.
ArgumentPluginBase::summaryName function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides the name to use for the summary, defaults to the name field.
ArgumentPluginBase::summaryNameField function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Adds the name field, which is the field displayed in summary queries.
ArgumentPluginBase::summaryQuery function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Build the info for the summary query.
ArgumentPluginBase::summarySort function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Sorts the summary based upon the user's selection.
ArgumentPluginBase::title function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Get the title this argument will assign the view, given the argument.
ArgumentPluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Lists the trusted callbacks provided by the implementing class.
ArgumentPluginBase::unpackArgumentValue function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Splits an argument into value and operator properties on this instance.
ArgumentPluginBase::validateArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Validate that this argument works. By default, all arguments are valid.
ArgumentPluginBase::validateFail function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php How to act if validation fails.
ArgumentPluginBase::validateMenuArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Called by the menu system to validate an argument.
ArgumentPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Validate the options form.
ArgumentsAllNull class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsAllNull::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsConfigArrayKey class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsConfigArrayKey::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsMany class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsMany::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsNoConstructor class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsPluginId class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsPluginId::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsResolver class core/lib/Drupal/Component/Utility/ArgumentsResolver.php Resolves the arguments to pass to a callable.
ArgumentsResolver.php file core/lib/Drupal/Component/Utility/ArgumentsResolver.php
ArgumentsResolver::$objects property core/lib/Drupal/Component/Utility/ArgumentsResolver.php An associative array of parameter names to object candidate values.
ArgumentsResolver::$scalars property core/lib/Drupal/Component/Utility/ArgumentsResolver.php An associative array of parameter names to scalar candidate values.
ArgumentsResolver::$wildcards property core/lib/Drupal/Component/Utility/ArgumentsResolver.php An array object candidates tried on every parameter regardless of name.
ArgumentsResolver::getArgument function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Gets the argument value for a parameter.
ArgumentsResolver::getArguments function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Gets arguments suitable for passing to the given callable.
ArgumentsResolver::getReflector function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Gets a reflector for the access check callable.
ArgumentsResolver::handleUnresolvedArgument function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Handles unresolved arguments for getArgument().
ArgumentsResolver::__construct function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Constructs a new ArgumentsResolver.
ArgumentsResolverInterface interface core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php Resolves the arguments to pass to a callable.
ArgumentsResolverInterface.php file core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php
ArgumentsResolverInterface::getArguments function core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php Gets arguments suitable for passing to the given callable.
ArgumentsResolverTest class core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php @coversDefaultClass \Drupal\Component\Utility\ArgumentsResolver
@group Access
ArgumentsResolverTest.php file core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
ArgumentsResolverTest::providerTestGetArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides test data to testGetArgument().
ArgumentsResolverTest::providerTestHandleUnresolvedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides test data to testHandleUnresolvedArgument().
ArgumentsResolverTest::setUp function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php

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