Loading core/lib/Drupal/Core/Entity/EntityChangedInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ * editing. * * @see \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityChangedConstraint * * @ingroup entity_type_characteristics */ interface EntityChangedInterface extends EntityInterface { Loading core/lib/Drupal/Core/Entity/EntityPublishedInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ /** * Provides an interface for access to an entity's published state. * * @ingroup entity_type_characteristics */ interface EntityPublishedInterface extends EntityInterface { Loading core/lib/Drupal/Core/Entity/RevisionLogInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ /** * Defines methods for an entity that supports revision logging and ownership. * * @ingroup entity_type_characteristics */ interface RevisionLogInterface extends RevisionableInterface { Loading core/lib/Drupal/Core/Entity/RevisionableInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ * @see \Drupal\Core\Entity\EntityTypeInterface::isRevisionable() * @see https://www.drupal.org/docs/8/api/entity-api/structure-of-an-entity-annotation * @see https://www.drupal.org/docs/8/api/entity-api/making-an-entity-revisionable * * @ingroup entity_type_characteristics */ interface RevisionableInterface extends EntityInterface { Loading core/lib/Drupal/Core/Entity/TranslatableInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ /** * Provides methods for an entity to support translation. * * @ingroup entity_type_characteristics */ interface TranslatableInterface extends TranslatableDataInterface, EntityInterface { Loading Loading
core/lib/Drupal/Core/Entity/EntityChangedInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ * editing. * * @see \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityChangedConstraint * * @ingroup entity_type_characteristics */ interface EntityChangedInterface extends EntityInterface { Loading
core/lib/Drupal/Core/Entity/EntityPublishedInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ /** * Provides an interface for access to an entity's published state. * * @ingroup entity_type_characteristics */ interface EntityPublishedInterface extends EntityInterface { Loading
core/lib/Drupal/Core/Entity/RevisionLogInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ /** * Defines methods for an entity that supports revision logging and ownership. * * @ingroup entity_type_characteristics */ interface RevisionLogInterface extends RevisionableInterface { Loading
core/lib/Drupal/Core/Entity/RevisionableInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ * @see \Drupal\Core\Entity\EntityTypeInterface::isRevisionable() * @see https://www.drupal.org/docs/8/api/entity-api/structure-of-an-entity-annotation * @see https://www.drupal.org/docs/8/api/entity-api/making-an-entity-revisionable * * @ingroup entity_type_characteristics */ interface RevisionableInterface extends EntityInterface { Loading
core/lib/Drupal/Core/Entity/TranslatableInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ /** * Provides methods for an entity to support translation. * * @ingroup entity_type_characteristics */ interface TranslatableInterface extends TranslatableDataInterface, EntityInterface { Loading