You are here

public function CFObserverInterface::update in Changed Fields API 7.2

Update method with info about event.

It is called by CFNodeSubject when node fields have been changed.

Parameters

CFSubjectInterface $nodeSubject: Node subject object.

1 method overrides CFObserverInterface::update()
CFObserver::update in includes/changed_fields.core.inc
Update method with info about event.

File

includes/changed_fields.core.inc, line 59
File contains core classes and interfaces.

Class

CFObserverInterface
Interface CFObserverInterface.

Code

public function update(CFSubjectInterface $nodeSubject);