You are here

public function EntityChangedFieldsTrait::hasChangedField in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/EntityChangedFieldsTrait.php \Drupal\brightcove\EntityChangedFieldsTrait::hasChangedField()
  2. 3.x src/EntityChangedFieldsTrait.php \Drupal\brightcove\EntityChangedFieldsTrait::hasChangedField()

Checked if the Entity has a changed field or not.

Return value

bool TRUE if if the entity has changed fields, FALSE otherwise.

File

src/EntityChangedFieldsTrait.php, line 50

Class

EntityChangedFieldsTrait
Provides a trait to identify changed entity fields.

Namespace

Drupal\brightcove

Code

public function hasChangedField() {
  return $this->hasChangedField;
}