Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
ApcuBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The cache tags checksum provider.
AppendOp::ID constant composer/Plugin/Scaffold/Operations/AppendOp.php Identifies Append operations.
Archiver::$id property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The archiver plugin ID.
ArchiverTestBase::$archiverPluginId property core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php The archiver plugin identifier.
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for validating options.
ArgumentNodeRevisionIdTest class core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node_vid handler.
ArgumentNodeRevisionIdTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Modules to install.
ArgumentNodeRevisionIdTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Views to be enabled.
ArgumentNodeRevisionIdTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::testNodeRevisionRelationship function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node revision id argument via the node_vid handler.
ArgumentPluginBase::$argument_validated property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$validated_title property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$validator property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.
ArgumentPluginBase::encodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Sanitize validator options including derivatives with : for js.
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.
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
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().
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().
ArgumentUidRevisionTest class core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Tests the argument_node_uid_revision handler.
ArgumentUidRevisionTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentUidRevisionTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Modules to install.
ArgumentUidRevisionTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Views to be enabled.
ArgumentUidRevisionTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentUidRevisionTest::testArgument function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Tests the node_uid_revision argument.
ArgumentValidateTest class core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests user argument validators for ID and name.
ArgumentValidateTest.php file core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
ArgumentValidateTest::$account property core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php A user for this test.
ArgumentValidateTest::$modules property core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Modules to install.
ArgumentValidateTest::$testViews property core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Views to be enabled.
ArgumentValidateTest::setUp function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
ArgumentValidateTest::testArgumentValidateUserName function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests the UserName argument validator.
ArgumentValidateTest::testArgumentValidateUserUid function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests the User (ID) argument validator.
ArgumentValidatorPluginBase class core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality.
ArgumentValidatorPluginBase.php file core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php
ArgumentValidatorPluginBase::$argument property core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php The argument handler instance associated with this plugin.
ArgumentValidatorPluginBase::$option_name property core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php
ArgumentValidatorPluginBase::access function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Determines if the administrator has the privileges to use this plugin.
ArgumentValidatorPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for setting options.
ArgumentValidatorPluginBase::checkAccess function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Blocks user input when the form is shown but we don´t have access.
ArgumentValidatorPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Retrieves the options when this is a new access control plugin.
ArgumentValidatorPluginBase::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Returns a context definition for this argument.
ArgumentValidatorPluginBase::processSummaryArguments function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Processes the summary arguments for displaying.
ArgumentValidatorPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Sets the parent argument this plugin is associated with.

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