Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
RevertOverridesForm.php file core/modules/layout_builder/src/Form/RevertOverridesForm.php
RevertOverridesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/RevertOverridesForm.php The layout tempstore repository.
RevertOverridesForm::$messenger property core/modules/layout_builder/src/Form/RevertOverridesForm.php The messenger service.
RevertOverridesForm::$sectionStorage property core/modules/layout_builder/src/Form/RevertOverridesForm.php The section storage.
RevertOverridesForm::buildForm function core/modules/layout_builder/src/Form/RevertOverridesForm.php Form constructor.
RevertOverridesForm::create function core/modules/layout_builder/src/Form/RevertOverridesForm.php Instantiates a new instance of the implementing class using autowiring.
RevertOverridesForm::getCancelUrl function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns the route to go to if the user cancels the action.
RevertOverridesForm::getConfirmText function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns a caption for the button that confirms the action.
RevertOverridesForm::getDescription function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns additional text to display as a description.
RevertOverridesForm::getFormId function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns a unique string identifying the form.
RevertOverridesForm::getQuestion function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns the question to ask the user.
RevertOverridesForm::submitForm function core/modules/layout_builder/src/Form/RevertOverridesForm.php Form submission handler.
RevertOverridesForm::__construct function core/modules/layout_builder/src/Form/RevertOverridesForm.php Constructs a new RevertOverridesForm.
RevisionableStorageInterface interface core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php A storage that supports revisionable entity types.
RevisionableStorageInterface.php file core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php
RevisionableStorageInterface::createRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Creates a new revision starting off from the specified entity object.
RevisionableStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Deletes a specific entity revision.
RevisionableStorageInterface::getLatestRevisionId function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Returns the latest revision identifier for an entity.
RevisionableStorageInterface::loadMultipleRevisions function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads multiple entity revisions.
RevisionableStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads a specific entity revision.
RevisionableStorageInterface::loadRevisionUnchanged function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads an unchanged entity by revision ID from the database.
RevisionDeleteForm::getOperation function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Gets the operation identifying the form.
RevisionDeleteForm::setOperation function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Sets the operation for this form.
RevisionHtmlRouteProvider::getVersionHistoryRoute function core/lib/Drupal/Core/Entity/Routing/RevisionHtmlRouteProvider.php Gets the entity revision history route.
RevisionRevertForm::getOperation function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Gets the operation identifying the form.
RevisionRevertForm::setOperation function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Sets the operation for this form.
RevisionRouteProviderTest::testOperationAccessOverview function core/tests/Drupal/KernelTests/Core/Entity/RevisionRouteProviderTest.php Tests revision access for revision overview.
RevisionRouteProviderTest::testOperationAccessRevisionRoutes function core/tests/Drupal/KernelTests/Core/Entity/RevisionRouteProviderTest.php Tests revision access is granted by entity operations.
RevisionVersionHistoryTest class core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Tests version history page.
RevisionVersionHistoryTest.php file core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php
RevisionVersionHistoryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php The theme to install as the default for testing.
RevisionVersionHistoryTest::$modules property core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Modules to install.
RevisionVersionHistoryTest::testDescriptionLinkNoAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision link, without access to revision page.
RevisionVersionHistoryTest::testDescriptionLinkWithAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision link, with access to revision page.
RevisionVersionHistoryTest::testDescriptionNoRevLog function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test description with entity, without revision log, label access.
RevisionVersionHistoryTest::testDescriptionRevisionLogMessage function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision log message if supported, and HTML tags are stripped.
RevisionVersionHistoryTest::testDescriptionRevLogNullValues function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test description with entity implementing revision log, with empty values.
RevisionVersionHistoryTest::testOperationDeleteRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test delete operation.
RevisionVersionHistoryTest::testOperationRevertRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revert operation.
RevisionVersionHistoryTest::testOrderAndDescription function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test all revisions appear, in order of revision creation.
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.
Role::$roleStorage property core/modules/user/src/Plugin/views/access/Role.php The role storage.
Role::initializeIterator function core/modules/user/src/Plugin/migrate/source/d6/Role.php Initializes the iterator with the source data.
RoleExistsConstraintValidator class core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php Validates that a role exists.

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