protected property RevisionableContentEntityForm::$entity in Entity API 8.0
Same name and namespace in other branches
- 8 src/Form/RevisionableContentEntityForm.php \Drupal\entity\Form\RevisionableContentEntityForm::entity
The entity being used by this form.
Type: \Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\entity\Revision\EntityRevisionLogInterface
Overrides ContentEntityForm::$entity
File
- src/
Form/ RevisionableContentEntityForm.php, line 24 - Contains \Drupal\entity\Form\RevisionableContentEntityForm.
Class
- RevisionableContentEntityForm
- Extends the base entity form with revision support in the UI.
Namespace
Drupal\entity\FormCode
protected $entity;