| RevisionDeleteFormTest::testAccessDeleteLatestForwardRevision |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Ensure that forward revision can be deleted. |
| RevisionDeleteFormTest::testAccessDeleteNonLatest |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Test can delete non-latest revision. |
| RevisionDeleteFormTest::testPageTitle |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Tests title by whether entity supports revision creation dates. |
| RevisionDeleteFormTest::testSubmitForm |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Tests revision deletion form. |
| RevisionRevertForm |
class |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Provides a form for reverting an entity revision. |
| RevisionRevertForm.php |
file |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
The entity type manager. |
| RevisionRevertForm::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
The module handler. |
| RevisionRevertForm::$operation |
property |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
The entity operation. |
| RevisionRevertForm::$revision |
property |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
The entity revision. |
| RevisionRevertForm::buildEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::buildForm |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::create |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::currentUser |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getBundleLabel |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Returns the bundle label of an entity. |
| RevisionRevertForm::getCancelUrl |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getConfirmText |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getDescription |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getFormId |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getOperation |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::getQuestion |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::prepareRevision |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Prepares a revision to be reverted. |
| RevisionRevertForm::save |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::setEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::setEntityTypeManager |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::setModuleHandler |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::setOperation |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::submitForm |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
|
| RevisionRevertForm::__construct |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Creates a new RevisionRevertForm instance. |
| RevisionRevertFormTest |
class |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Tests reverting a revision with revision revert form. |
| RevisionRevertFormTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
|
| RevisionRevertFormTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
|
| RevisionRevertFormTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
|
| RevisionRevertFormTest::countRevisions |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Count number of revisions for an entity type. |
| RevisionRevertFormTest::getLogs |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Loads watchdog entries by channel. |
| RevisionRevertFormTest::providerPageTitle |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Data provider for testPageTitle. |
| RevisionRevertFormTest::providerSubmitForm |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Data provider for testSubmitForm. |
| RevisionRevertFormTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
|
| RevisionRevertFormTest::testAccessRevertLatestDefault |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Test cannot revert latest default revision. |
| RevisionRevertFormTest::testAccessRevertLatestForwardRevision |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Ensures that forward revisions can be reverted. |
| RevisionRevertFormTest::testAccessRevertNonLatest |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Test can revert non-latest revision. |
| RevisionRevertFormTest::testFormRevisionRevert |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Test form revision revert. |
| RevisionRevertFormTest::testPageTitle |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Tests title by whether entity supports revision creation dates. |
| RevisionRevertFormTest::testPrepareRevision |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Tests the revert process. |
| RevisionRevertFormTest::testSubmitForm |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Tests revision revert, and expected response after revert. |
| Role::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/access/Role.php |
Provide a form to edit options for this plugin. |
| Role::validateOptionsForm |
function |
core/modules/user/src/Plugin/views/access/Role.php |
Validate the options form. |