You are here

public function EntitySubject::getChangedFields in Changed Fields API 8.3

Returns changed fields.

Return value

array Map of names of changed fields with values.

File

src/EntitySubject.php, line 134

Class

EntitySubject
Implements content entity subject.

Namespace

Drupal\changed_fields

Code

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