Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ReviewForm::create | function | core/ |
Instantiates a new instance of this class. |
| ReviewForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ReviewForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ReviewForm::prepareOutput | function | core/ |
Prepare the migration state data for output. |
| ReviewForm::submitForm | function | core/ |
Form submission handler. |
| ReviewForm::__construct | function | core/ |
ReviewForm constructor. |
| RevisionableContentEntityBase | class | core/ |
Provides a content entity with extended support for revisions. |
| RevisionableContentEntityBase.php | file | core/ |
|
| RevisionableContentEntityBase::baseFieldDefinitions | function | core/ |
|
| RevisionableContentEntityBaseTest | class | core/ |
Test the revision system. |
| RevisionableContentEntityBaseTest.php | file | core/ |
|
| RevisionableContentEntityBaseTest::$modules | property | core/ |
|
| RevisionableContentEntityBaseTest::assertItemsTableCount | function | core/ |
Asserts the amount of items on entity related tables. |
| RevisionableContentEntityBaseTest::createRevision | function | core/ |
Creates a new revision in the entity of this test class. |
| RevisionableContentEntityBaseTest::setUp | function | core/ |
|
| RevisionableContentEntityBaseTest::testRevisionableContentEntity | function | core/ |
Tests the correct functionality CRUD operations of entity revisions. |
| RevisionableContentEntityBaseTest::testWasDefaultRevision | function | core/ |
Tests the behavior of the "revision_default" flag. |
| RevisionableEntityBundleInterface | interface | core/ |
Provides an interface defining a revisionable entity bundle. |
| RevisionableEntityBundleInterface.php | file | core/ |
|
| RevisionableEntityBundleInterface::shouldCreateNewRevision | function | core/ |
Gets whether a new revision should be created by default. |
| RevisionableInterface | interface | core/ |
Provides methods for an entity to support revisions. |
| RevisionableInterface.php | file | core/ |
|
| RevisionableInterface::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
| 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/ |
|
| RevisionCreateTimestampTest::$testViews | property | core/ |
|
| 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. |
Pagination
- Previous page
- Page 1378
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.