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 10.3.x for id
  5. Search 11.x for id
  6. Other projects
Title Object type File name Summary
RevisionRouteProviderTest::testRevisionTitle function core/tests/Drupal/FunctionalTests/Entity/RevisionRouteProviderTest.php Tests title is from revision in context.
RevisionUidTest class core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid field.
RevisionUidTest.php file core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::$columnMap property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Map column names.
RevisionUidTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Views used by this test.
RevisionUidTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::testRevisionUid function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid relationship.
RevisionViewTest::providerRevisionPage function core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php Data provider for testRevisionPage.
Role::$id property core/modules/user/src/Entity/Role.php The machine name of this role.
Role::getAllValidPermissions function core/modules/user/src/Entity/Role.php Returns all valid permissions.
Role::getIds function core/modules/user/src/Plugin/migrate/source/d6/Role.php Defines the source fields uniquely identifying a source row.
Role::getIds function core/modules/user/src/Plugin/migrate/source/d7/Role.php Defines the source fields uniquely identifying a source row.
Role::validateOptionsForm function core/modules/user/src/Plugin/views/access/Role.php
RoleAccessCheckTest::roleAccessProvider function core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php Provides data for the role access test.
RoleExistsConstraintValidator class core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php Validates that a role exists.
RoleExistsConstraintValidator.php file core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php
RoleExistsConstraintValidator::create function core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php
RoleExistsConstraintValidator::validate function core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php
RoleExistsConstraintValidator::__construct function core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php Create a new RoleExistsConstraintValidator instance.
RoleExistsConstraintValidatorTest class core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php Tests Role Exists Constraint Validator.
RoleExistsConstraintValidatorTest.php file core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php
RoleExistsConstraintValidatorTest::$modules property core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php
RoleExistsConstraintValidatorTest::testRoleExists function core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php Tests when the constraint's entityTypeId value is not valid.
RoleExistsConstraintValidatorTest::testValueMustBeAString function core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php Tests that the constraint validator will only work with strings.
RoleInterface::ANONYMOUS_ID constant core/modules/user/src/RoleInterface.php Role ID for anonymous users; should match the 'role' entity ID.
RoleInterface::AUTHENTICATED_ID constant core/modules/user/src/RoleInterface.php Role ID for authenticated users; should match the 'role' entity ID.
RoleListBuilder::getFormId function core/modules/user/src/RoleListBuilder.php
RoleResourceTestBase::$entityTypeId property core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php
RoleSettingsForm::getFormId function core/modules/user/src/Form/RoleSettingsForm.php
RolesRid class core/modules/user/src/Plugin/views/argument/RolesRid.php Allow role ID(s) as argument.
RolesRid.php file core/modules/user/src/Plugin/views/argument/RolesRid.php
RolesRid::$roleStorage property core/modules/user/src/Plugin/views/argument/RolesRid.php The role entity storage.
RolesRid::titleQuery function core/modules/user/src/Plugin/views/argument/RolesRid.php
RolesRid::__construct function core/modules/user/src/Plugin/views/argument/RolesRid.php Constructs a \Drupal\user\Plugin\views\argument\RolesRid object.
RolesRidArgumentTest class core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the handler of the user: roles argument.
RolesRidArgumentTest.php file core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
RolesRidArgumentTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
RolesRidArgumentTest::$modules property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
RolesRidArgumentTest::$testViews property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Views used by this test.
RolesRidArgumentTest::testArgumentTitle function core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Tests the generated title of a user: roles argument.
RolesRidTest class core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php Tests Drupal\user\Plugin\views\argument\RolesRid.
RolesRidTest.php file core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php
RolesRidTest::testTitleQuery function core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php Tests the titleQuery method.
RoleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/RoleTest.php The tested entity type.
RoleTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php Provides source data for ::testSource.
RoleTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php Provides source data for ::testSource.
RoleValidationTest class core/modules/user/tests/src/Kernel/RoleValidationTest.php Tests validation of user_role entities.
RoleValidationTest.php file core/modules/user/tests/src/Kernel/RoleValidationTest.php
RoleValidationTest::$modules property core/modules/user/tests/src/Kernel/RoleValidationTest.php

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