Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the custom entity revision interfaces #24

Closed
dawehner opened this issue Jan 14, 2016 · 1 comment
Closed

Replace the custom entity revision interfaces #24

dawehner opened this issue Jan 14, 2016 · 1 comment

Comments

@dawehner
Copy link
Collaborator

CEB currently provides a couple of interfaces to expose some revision information for entities:

\Drupal\content_entity_base\Entity\EntityRevisionLogInterface and \Drupal\content_entity_base\Entity\TimestampedRevisionInterface and \Drupal\content_entity_base\Entity\ExpandedEntityRevisionInterface

All those could be replaced by using \Drupal\entity\Revision\EntityRevisionLogInterface and then also using \Drupal\entity\Revision\EntityRevisionLogTrait on the actual entity base class

@Jaesin
Copy link
Owner

Jaesin commented May 20, 2016

We decided to keep the CEB classes

@Jaesin Jaesin closed this as completed May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants