Search for all

  1. Search 7.x for all
  2. Search 8.9.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
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 Contains \Drupal\Tests\Component\Utility\ArgumentsResolverTest.
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
ArgumentsResolverTest::testGetArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests the getArgument() method.
ArgumentsResolverTest::testGetArgumentObject function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with an object.
ArgumentsResolverTest::testGetArgumentOrder function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a Route, Request, and Account object.
ArgumentsResolverTest::testGetArgumentRouteNoTypehintAndValue function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a named parameter with no typehint and a value.
ArgumentsResolverTest::testGetWildcardArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a wildcard object for a parameter with a custom name.
ArgumentsResolverTest::testGetWildcardArgumentNoTypehint function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a wildcard parameter with no typehint.
ArgumentsResolverTest::testHandleNotUpcastedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests handleUnresolvedArgument() for a scalar argument.
ArgumentsResolverTest::testHandleUnresolvedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests handleUnresolvedArgument() for missing arguments.
ArgumentStringTest class core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Tests the core Drupal\views\Plugin\views\argument\StringArgument handler.
ArgumentStringTest.php file core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php
ArgumentStringTest::$modules property core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Modules to enable.
ArgumentStringTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Views to be enabled.
ArgumentStringTest::testGlossary function core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php Tests the glossary feature.
ArgumentTransformTermTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests taxonomy term argument transformation.
ArgumentTransformTermTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php
ArgumentTransformTermTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Views to be enabled.
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().

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