You are here

public function NodeSubject::__construct in Changed Fields API 8

Same name and namespace in other branches
  1. 8.2 src/NodeSubject.php \Drupal\changed_fields\NodeSubject::__construct()

Parameters

array $info:

FieldComparatorPluginManager $pluginManager:

File

src/NodeSubject.php, line 51
Contains NodeSubject.php.

Class

NodeSubject
Class NodeSubject.

Namespace

Drupal\changed_fields

Code

public function __construct(array $info, FieldComparatorPluginManager $pluginManager) {
  $this->info = $info;
  $this->pluginManager = $pluginManager;
  $this->changedFields = array();
}