You are here

public function NodeSubject::getChangedFields in Changed Fields API 8

Same name and namespace in other branches
  1. 8.2 src/NodeSubject.php \Drupal\changed_fields\NodeSubject::getChangedFields()

Returns changed fields.

Overrides SubjectInterface::getChangedFields

File

src/NodeSubject.php, line 122
Contains NodeSubject.php.

Class

NodeSubject
Class NodeSubject.

Namespace

Drupal\changed_fields

Code

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