Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
RevisionVersionHistoryTest::testRevisionsPagination function core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php Test revisions are paginated.
RevisionVersionHistoryTest::testRevisionsPagination function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revisions are paginated.
RevisionVersionHistoryTranslatableTest class core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php Tests version history page with translations.
RevisionVersionHistoryTranslatableTest.php file core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php
RevisionVersionHistoryTranslatableTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php The theme to install as the default for testing.
RevisionVersionHistoryTranslatableTest::$modules property core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php Modules to install.
RevisionVersionHistoryTranslatableTest::setUp function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php
RevisionVersionHistoryTranslatableTest::testVersionHistoryTranslations function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php Tests the version history page for translations.
RevisionViewTest class core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php Tests revision view page.
RevisionViewTest class core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php Tests revision view page.
RevisionViewTest.php file core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php
RevisionViewTest.php file core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php
RevisionViewTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php The theme to install as the default for testing.
RevisionViewTest::$modules property core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php Modules to install.
RevisionViewTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php Modules to install.
RevisionViewTest::providerRevisionPage function core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php Data provider for testRevisionPage.
RevisionViewTest::providerRevisionPage function core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php Data provider for testRevisionPage.
RevisionViewTest::setUp function core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php
RevisionViewTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php
RevisionViewTest::testRevisionPage function core/tests/Drupal/KernelTests/Core/Entity/RevisionViewTest.php Tests revision page.
RevisionViewTest::testRevisionPage function core/tests/Drupal/FunctionalTests/Entity/RevisionViewTest.php Tests revision page.
RfcLogLevel::$levels property core/lib/Drupal/Core/Logger/RfcLogLevel.php An array with the severity levels as keys and labels as values.
RfcLogLevel::getLevels function core/lib/Drupal/Core/Logger/RfcLogLevel.php Returns a list of severity levels, as defined in RFC 5424.
robots-default.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/assets/robots-default.txt # robots.txt fixture scaffolded from "file-mappings" in drupal-composer-drupal-project composer.json fixture.
robots-default.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-overwrite/assets/robots-default.txt # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-overwrite composer.json fixture.
robots-default.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal/assets/robots-default.txt # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal composer.json fixture.
robots-default.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-hooks-fixture/assets/robots-default.txt # robots.txt fixture scaffolded from "file-mappings" in composer-hooks-fixture composer.json fixture.
robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/robots.txt # Test version of robots.txt from drupal/core.
robots.txt file ./robots.txt #
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save…
robots.txt file core/assets/scaffold/files/robots.txt #
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save…
Role::$filterPermissions property core/modules/user/src/Plugin/migrate/source/d6/Role.php List of filter IDs per role IDs.
Role::$is_admin property core/modules/user/src/Entity/Role.php An indicator whether the role has all permissions.
Role::$permissions property core/modules/user/src/Entity/Role.php The permissions belonging to this role.
Role::$roleStorage property core/modules/user/src/Plugin/views/access/Role.php The role storage.
Role::$usesOptions property core/modules/user/src/Plugin/views/access/Role.php Denotes whether the plugin has an additional options form.
Role::access function core/modules/user/src/Plugin/views/access/Role.php Determine if the current user has access or not.
Role::buildOptionsForm function core/modules/user/src/Plugin/views/access/Role.php Provide a form to edit options for this plugin.
Role::calculateDependencies function core/modules/user/src/Entity/Role.php Calculates dependencies and stores them in the dependency property.
Role::calculateDependencies function core/modules/user/src/Plugin/views/access/Role.php Calculates dependencies for the configured plugin.
Role::defineOptions function core/modules/user/src/Plugin/views/access/Role.php Information about options for all kinds of purposes will be held here.
Role::fields function core/modules/user/src/Plugin/migrate/source/d6/Role.php Returns available fields on the source.
Role::fields function core/modules/user/src/Plugin/migrate/source/d7/Role.php Returns available fields on the source.
Role::getAllValidPermissions function core/modules/user/src/Entity/Role.php Returns all valid permissions.
Role::getCacheContexts function core/modules/user/src/Plugin/views/access/Role.php The cache contexts associated with this object.
Role::getCacheTags function core/modules/user/src/Plugin/views/access/Role.php The cache tags associated with this object.
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::getPermissions function core/modules/user/src/Entity/Role.php Returns a list of permissions assigned to the role.
Role::grantPermission function core/modules/user/src/Entity/Role.php #[ActionMethod(adminLabel: new TranslatableMarkup('Add permission to role'))]
Role::hasPermission function core/modules/user/src/Entity/Role.php Checks if the role has a permission.

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