public function NodeSubject::getChangedFields in Changed Fields API 8.2
Same name and namespace in other branches
- 8 src/NodeSubject.php \Drupal\changed_fields\NodeSubject::getChangedFields()
Returns changed fields.
Return value
array
File
- src/
NodeSubject.php, line 107 - Contains NodeSubject.php.
Class
- NodeSubject
- Class NodeSubject.
Namespace
Drupal\changed_fieldsCode
public function getChangedFields() {
return $this->changedFields;
}