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