protected property ScheduledTransitionsNewRevisionEvent::$newRevision in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x src/Event/ScheduledTransitionsNewRevisionEvent.php \Drupal\scheduled_transitions\Event\ScheduledTransitionsNewRevisionEvent::newRevision
The new revision to transition.
Type: \Drupal\Core\Entity\RevisionableInterface|null
File
- src/
Event/ ScheduledTransitionsNewRevisionEvent.php, line 28
Class
- ScheduledTransitionsNewRevisionEvent
- Used to determine the new revision for a transition.
Namespace
Drupal\scheduled_transitions\EventCode
protected $newRevision;