Search for argument

  1. Search 7.x for argument
  2. Search 9.5.x for argument
  3. Search 8.9.x for argument
  4. Search 10.3.x for argument
  5. Other projects
Title Object type File name Summary
Entity::validateArgument function core/modules/views/src/Plugin/views/argument_validator/Entity.php Performs validation for a given argument.
EntityArgument class core/modules/views/src/Plugin/views/argument/EntityArgument.php Argument handler to accept an entity ID value.
EntityArgument.php file core/modules/views/src/Plugin/views/argument/EntityArgument.php
EntityArgument::create function core/modules/views/src/Plugin/views/argument/EntityArgument.php Creates an instance of the plugin.
EntityArgument::titleQuery function core/modules/views/src/Plugin/views/argument/EntityArgument.php Override for specific title lookups.
EntityArgument::__construct function core/modules/views/src/Plugin/views/argument/EntityArgument.php Constructs a Handler object.
EntityArgumentTest class core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Tests the handler of the view: entity target argument.
EntityArgumentTest.php file core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php
EntityArgumentTest::$adminUser property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php A user with permission to administer taxonomy.
EntityArgumentTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php The theme to install as the default for testing.
EntityArgumentTest::$modules property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Modules to install.
EntityArgumentTest::$testViews property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Views used by this test.
EntityArgumentTest::setUp function core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Sets up the test.
EntityArgumentTest::testArgumentTitle function core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Tests the generated title of a view with an entity target argument.
EntityArgumentUpdateTest class core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests the upgrade path for converting numeric arguments to entity_target_id.
EntityArgumentUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
EntityArgumentUpdateTest::testViewsFieldPluginConversion function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests that numeric argument plugins are updated properly.
EntityReferenceArgument class core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php Argument handler to accept an entity reference ID value.
EntityReferenceArgument.php file core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php
EntityReferenceArgument::create function core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php Creates an instance of the plugin.
EntityReferenceArgument::summaryName function core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php Provides the name to use for the summary, defaults to the name field.
EntityReferenceArgument::titleQuery function core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php Override for specific title lookups.
EntityReferenceArgument::__construct function core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php Constructs a Handler object.
EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Data provider for testSetRouteOptionsWithStandardRouteWithArgument.
EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests an _entity_form route where a non-entity parameter is first.
EntityResolverManagerTest::testSetRouteOptionsWithStandardRouteWithArgument function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests setRouteOptions() with a controller with a non entity argument.
EntityTest::$argumentValidator property core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php The tested argument validator.
EntityTest::testValidateArgumentAccess function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with access and no bundles.
EntityTest::testValidateArgumentBundle function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with bundle checking.
EntityTest::testValidateArgumentMultiple function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with multiple argument splitting.
EntityTest::testValidateArgumentNoAccess function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests the validate argument method with no access and bundles.
FieldKernelTest::testArgumentTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the arguments tokens on field level.
FieldPluginBaseTest::setupDisplayWithEmptyArgumentsAndFields function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up a display with empty arguments and fields.
FieldPluginBaseTest::testGetRenderTokensWithArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FileTransferException::$arguments property core/lib/Drupal/Core/FileTransfer/FileTransferException.php Arguments to be used in this exception.
FilterAndArgumentUserUidTest class core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAndArgumentUserUidTest.php file core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
FilterAndArgumentUserUidTest::$modules property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Modules to install.
FilterAndArgumentUserUidTest::$testViews property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Views used by this test.
FilterAndArgumentUserUidTest::testHandlers function core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
Fixed::getArgument function core/modules/views/src/Plugin/views/argument_default/Fixed.php Return the default argument.
FixtureManipulator::$manipulatorArguments property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Arguments to manipulator functions.
FormattableMarkup::$arguments property core/lib/Drupal/Component/Render/FormattableMarkup.php The arguments to replace placeholders with.
FormController::$argumentResolver property core/lib/Drupal/Core/Controller/FormController.php The argument resolver.
FormController::getFormArgument function core/lib/Drupal/Core/Controller/FormController.php Extracts the form argument string from a request.
FormStateDecoratorBaseTest::providerSingleBooleanArgument function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to test methods that take a single boolean argument.
FormTestArgumentsObject class core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Provides a test form object that needs arguments.

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