You are here

public function EntityStatus::setEntityPushHash in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Entity/EntityStatus.php \Drupal\cms_content_sync\Entity\EntityStatus::setEntityPushHash()
  2. 2.0.x src/Entity/EntityStatus.php \Drupal\cms_content_sync\Entity\EntityStatus::setEntityPushHash()

Parameters

string $hash:

File

src/Entity/EntityStatus.php, line 1171

Class

EntityStatus
Defines the "Content Sync - Entity Status" entity type.

Namespace

Drupal\cms_content_sync\Entity

Code

public function setEntityPushHash($hash) {
  $this
    ->setData(self::DATA_ENTITY_PUSH_HASH, $hash);
}