You are here

public function ObserverInterface::getInfo in Changed Fields API 8.2

Same name and namespace in other branches
  1. 8.3 src/ObserverInterface.php \Drupal\changed_fields\ObserverInterface::getInfo()

Returns associative array of node types with their fields for watching.

Return value

array

2 methods override ObserverInterface::getInfo()
BasicUsageObserver::getInfo in examples/changed_fields_basic_usage/src/BasicUsageObserver.php
Returns associative array of node types with their fields for watching.
ExtendedFieldComparatorObserver::getInfo in examples/changed_fields_extended_field_comparator/src/ExtendedFieldComparatorObserver.php
Returns associative array of node types with their fields for watching.

File

src/ObserverInterface.php, line 22
Contains SubjectInterface.php.

Class

ObserverInterface
Interface ObserverInterface.

Namespace

Drupal\changed_fields

Code

public function getInfo();