- 🇨🇦Canada joseph.olstad
Hmm, appears this may have already been done elsewhere.
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...
- Status changed to Closed: works as designed
3 months ago 5:48am 12 August 2024 - 🇨🇦Canada joseph.olstad
This already exists.
The simplest way to use it is:
if ($node->getEntityType()->isRevisionable()) { // Safe to call $node->getRevisionId();. }