public ModerationStateInterface::isDefaultRevisionState()
Determines if content updated to this state should be the default revision.
Return value
bool TRUE if content in this state should be the default revision.
File
- core/modules/content_moderation/src/ModerationStateInterface.php, line 26
Class
- ModerationStateInterface
- Provides an interface for defining Moderation state entities.
Namespace
Drupal\content_moderation
Code
public function isDefaultRevisionState();
Please login to continue.