| 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 |
Returns the route to go to if the user cancels the action. |
| RevisionRevertForm::getConfirmText |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Returns a caption for the button that confirms the action. |
| RevisionRevertForm::getDescription |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Returns additional text to display as a description. |
| RevisionRevertForm::getEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Gets the form entity. |
| RevisionRevertForm::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
| RevisionRevertForm::getFormId |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Returns a unique string identifying the form. |
| RevisionRevertForm::getOperation |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Gets the operation identifying the form. |
| RevisionRevertForm::getQuestion |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Returns the question to ask the user. |
| 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 |
Form submission handler for the 'save' action. |
| RevisionRevertForm::setEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Sets the form entity. |
| RevisionRevertForm::setEntityTypeManager |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Sets the entity type manager for this form. |
| RevisionRevertForm::setModuleHandler |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Sets the module handler for this form. |
| RevisionRevertForm::setOperation |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Sets the operation for this form. |
| RevisionRevertForm::submitForm |
function |
core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php |
Form submission handler. |
| 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 |
The theme to install as the default for testing. |
| RevisionRevertFormTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php |
Modules to install. |
| 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. |
| RoleForm |
class |
core/modules/user/src/RoleForm.php |
Form controller for the role entity edit forms. |
| RoleForm.php |
file |
core/modules/user/src/RoleForm.php |
|
| RoleForm::form |
function |
core/modules/user/src/RoleForm.php |
Gets the actual form array to be built. |
| RoleForm::save |
function |
core/modules/user/src/RoleForm.php |
Form submission handler for the 'save' action. |
| RoleJsonAnonTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/RoleJsonAnonTest.php |
The format to use in this test. |
| RoleJsonBasicAuthTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php |
The format to use in this test. |
| RoleJsonCookieTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/RoleJsonCookieTest.php |
The format to use in this test. |
| RoleListBuilder::getFormId |
function |
core/modules/user/src/RoleListBuilder.php |
Returns a unique string identifying the form. |
| RoleListBuilder::submitForm |
function |
core/modules/user/src/RoleListBuilder.php |
Form submission handler. |
| RoleSettingsForm |
class |
core/modules/user/src/Form/RoleSettingsForm.php |
Configure administrator role settings for this site. |
| RoleSettingsForm.php |
file |
core/modules/user/src/Form/RoleSettingsForm.php |
|
| RoleSettingsForm::$roleStorage |
property |
core/modules/user/src/Form/RoleSettingsForm.php |
The role storage used when changing the admin role. |
| RoleSettingsForm::buildForm |
function |
core/modules/user/src/Form/RoleSettingsForm.php |
Form constructor. |
| RoleSettingsForm::create |
function |
core/modules/user/src/Form/RoleSettingsForm.php |
Instantiates a new instance of this class. |
| RoleSettingsForm::getFormId |
function |
core/modules/user/src/Form/RoleSettingsForm.php |
Returns a unique string identifying the form. |