Loading src/Plugin/Condition/NodePublishedState.php +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ class NodePublishedState extends ConditionPluginBase implements ContainerFactory if (empty($node)) { // Ignore if node context isn't available. return TRUE; return !$this->isNegated(); } /** @var \Drupal\node\NodeStorageInterface$node_storage */ Loading Loading
src/Plugin/Condition/NodePublishedState.php +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ class NodePublishedState extends ConditionPluginBase implements ContainerFactory if (empty($node)) { // Ignore if node context isn't available. return TRUE; return !$this->isNegated(); } /** @var \Drupal\node\NodeStorageInterface$node_storage */ Loading