public function ObserverInterface::update in Changed Fields API 8
Update method with info about event.
It is called by NodeSubject when node fields have been changed.
Parameters
SubjectInterface $nodeSubject:
1 method overrides ObserverInterface::update()
- Observer::update in src/Observer.php 
- Update method with info about event.
File
- src/ObserverInterface.php, line 22 
- Contains SubjectInterface.php.
Class
- ObserverInterface
- Interface ObserverInterface.
Namespace
Drupal\changed_fieldsCode
public function update(SubjectInterface $nodeSubject);