You are here

public function SubjectInterface::checkNodeFields in Changed Fields API 8

Notify all registered observers if needed.

Parameters

NodeInterface $node:

1 method overrides SubjectInterface::checkNodeFields()
NodeSubject::checkNodeFields in src/NodeSubject.php
Notify all registered observers if needed.

File

src/SubjectInterface.php, line 36
Contains SubjectInterface.php.

Class

SubjectInterface
Interface SubjectInterface.

Namespace

Drupal\changed_fields

Code

public function checkNodeFields(NodeInterface $node);