Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RevisionableInterface::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
| RevisionableInterface::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
| RevisionableInterface::isLatestRevision | function | core/ |
Checks if this entity is the latest revision. |
| RevisionableInterface::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
| RevisionableInterface::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
| RevisionableInterface::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
| RevisionableInterface::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
| RevisionableInterface::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
| RevisionableStorageInterface | interface | core/ |
A storage that supports revisionable entity types. |
| RevisionableStorageInterface.php | file | core/ |
|
| RevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
| RevisionableStorageInterface::deleteRevision | function | core/ |
Deletes a specific entity revision. |
| RevisionableStorageInterface::getLatestRevisionId | function | core/ |
Returns the latest revision identifier for an entity. |
| RevisionableStorageInterface::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
| RevisionableStorageInterface::loadRevision | function | core/ |
Loads a specific entity revision. |
| RevisionableStorageInterface::loadRevisionUnchanged | function | core/ |
Loads an unchanged entity by revision ID from the database. |
| RevisionCreateTimestampTest | class | core/ |
Ensures that the revision create time can be accessed in views. |
| RevisionCreateTimestampTest.php | file | core/ |
|
| RevisionCreateTimestampTest::$modules | property | core/ |
Modules to install. |
| RevisionCreateTimestampTest::$testViews | property | core/ |
Views to be enabled. |
| RevisionCreateTimestampTest::setUp | function | core/ |
|
| RevisionCreateTimestampTest::testRevisionCreateTimestampView | function | core/ |
Tests the revision create timestamp view. |
| RevisionDeleteForm | class | core/ |
Provides a form for deleting an entity revision. |
| RevisionDeleteForm.php | file | core/ |
|
| RevisionDeleteForm::$moduleHandler | property | core/ |
The module handler. |
| RevisionDeleteForm::$operation | property | core/ |
The entity operation. |
| RevisionDeleteForm::$revision | property | core/ |
The entity revision. |
| RevisionDeleteForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
| RevisionDeleteForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| RevisionDeleteForm::currentUser | function | core/ |
Gets the current user. |
| RevisionDeleteForm::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| RevisionDeleteForm::getBundleLabel | function | core/ |
Returns the bundle label of an entity. |
| RevisionDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| RevisionDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| RevisionDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| RevisionDeleteForm::getEntity | function | core/ |
Gets the form entity. |
| RevisionDeleteForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| RevisionDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| RevisionDeleteForm::getOperation | function | core/ |
Gets the operation identifying the form. |
| RevisionDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| RevisionDeleteForm::save | function | core/ |
The save() method is not used in RevisionDeleteForm. This overrides the default implementation that saves the entity. |
| RevisionDeleteForm::setEntity | function | core/ |
Sets the form entity. |
| RevisionDeleteForm::setEntityTypeManager | function | core/ |
Sets the entity type manager for this form. |
| RevisionDeleteForm::setModuleHandler | function | core/ |
Sets the module handler for this form. |
| RevisionDeleteForm::setOperation | function | core/ |
Sets the operation for this form. |
| RevisionDeleteForm::submitForm | function | core/ |
Form submission handler. |
| RevisionDeleteForm::__construct | function | core/ |
Creates a new RevisionDeleteForm instance. |
| RevisionDeleteFormTest | class | core/ |
Tests deleting a revision with revision delete form. |
| RevisionDeleteFormTest.php | file | core/ |
|
| RevisionDeleteFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 1181
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.