public property Node::$translate

The node translation status.

If the translation page needs to be updated, the value is 1; otherwise 0.

Type: integer

File

drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php, line 191
Definition of Drupal\node\Plugin\Core\Entity\Node.

Class

Node
Defines the node entity class.

Namespace

Drupal\node\Plugin\Core\Entity

Code

public $translate;