abstract public function CFObserver::update in Changed Fields API 7.2
Same name and namespace in other branches
- 7 includes/changed_fields.core.inc \CFObserver::update()
Update method with info about event.
It is called by CFNodeSubject when node fields have been changed.
Parameters
CFSubjectInterface $nodeSubject: Node subject object.
Overrides CFObserverInterface::update
2 methods override CFObserver::update()
- BasicUsageObserver::update in examples/
changed_fields_basic_usage/ includes/ changed_fields_basic_usage.observer.inc - Update method with info about event.
- ExtendedFieldComparatorObserver::update in examples/
changed_fields_extended_field_comparator/ includes/ changed_fields_extended_field_comparator.observer.inc - Update method with info about event.
File
- includes/
changed_fields.core.inc, line 93 - File contains core classes and interfaces.
Class
- CFObserver
- Class CFObserver.
Code
public abstract function update(CFSubjectInterface $nodeSubject);