class TraitTest in Config Entity Revisions 8.2
Same name and namespace in other branches
- 8 tests/src/Unit/ConfigEntityRevisionsTraitTest.php \Drupal\Tests\config_entity_revisions\Unit\TraitTest
- 1.x tests/src/Unit/ConfigEntityRevisionsTraitTest.php \Drupal\Tests\config_entity_revisions\Unit\TraitTest
Class TraitTest.
@package Drupal\Tests\config_entity_revisions\Unit
Hierarchy
- class \Drupal\Tests\config_entity_revisions\Unit\TraitTest uses ConfigEntityRevisionsConfigEntityTrait
Expanded class hierarchy of TraitTest
File
- tests/
src/ Unit/ ConfigEntityRevisionsTraitTest.php, line 34
Namespace
Drupal\Tests\config_entity_revisions\UnitView source
class TraitTest {
use ConfigEntityRevisionsConfigEntityTrait;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigEntityRevisionsConfigEntityTrait:: |
public | property | Whether this revision is the default one. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | property | The ID of the revision that was loaded. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | property | The current moderation state for this revision. | |
ConfigEntityRevisionsConfigEntityTrait:: |
protected | property | The revision. | 1 |
ConfigEntityRevisionsConfigEntityTrait:: |
protected | property | The revision_log_message. | 1 |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Return the name of the admin permission for this entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The config entity name. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Get the revisions entity storage. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The name of the content entity type. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Get the name of the parameter for this content. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Get the content's parent reference field. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The bundle name for content entities. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Default revision of revisions entity that matches the config entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Get from the configEntity the ID of the matching content entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Gets the loaded Revision ID of the entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Gets the revision identifier of the entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Return whether the entity has a canonical URL. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Whether this config entity has its own content entities. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Checks if this entity is the default revision. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Checks if this entity is the latest revision. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Determines whether a new revision should be created on save. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The module implementing config entity revisions. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Acts on a revision before it gets saved. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Return the preview form ID, if applicable. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Get the revisioned entity - itself by default. | 1 |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The content entity name in which revisions are being stored. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Save an updated version of the entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | ||
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Set in the configEntity an identifier for the matching content entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Enforces an entity to be saved as a new revision. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The config entity setting name in which content entity ids are stored. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | The human readable title for this entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Updates the loaded Revision ID with the revision ID. | |
ConfigEntityRevisionsConfigEntityTrait:: |
protected | function | Gets an array of placeholders for this entity. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Checks whether the entity object was a default revision when it was saved. | |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Constructs an Entity object. | 1 |
ConfigEntityRevisionsConfigEntityTrait:: |
public | function | Restore the entity type manager after deserialisation. |