You are here

interface CFObserverInterface in Changed Fields API 7.3

Same name and namespace in other branches
  1. 7.2 includes/changed_fields.core.inc \CFObserverInterface

Interface CFObserverInterface.

Hierarchy

Expanded class hierarchy of CFObserverInterface

All classes that implement CFObserverInterface

File

src/CFObserverInterface.php, line 6

View source
interface CFObserverInterface extends SplObserver {

  /**
   * Returns associative array of node types with their fields for watching.
   *
   * @return array
   */
  public function getInfo();

}

Members

Namesort descending Modifiers Type Description Overrides
CFObserverInterface::getInfo public function Returns associative array of node types with their fields for watching. 2