You are here

public function ModerationStateInterface::isPublishedState in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 src/ModerationStateInterface.php \Drupal\workbench_moderation\ModerationStateInterface::isPublishedState()

Determines if this state represents a published node.

Return value

bool TRUE if this state deems the node published.

1 method overrides ModerationStateInterface::isPublishedState()
ModerationState::isPublishedState in src/Entity/ModerationState.php
Determines if this state represents a published node.

File

src/ModerationStateInterface.php, line 18

Class

ModerationStateInterface
Provides an interface for defining Moderation state entities.

Namespace

Drupal\workbench_moderation

Code

public function isPublishedState();