TraversableTypedDataInterface::onChange

public TraversableTypedDataInterface::onChange($name)

React to changes to a child property or item.

Note that this is invoked after any changes have been applied.

Parameters

$name: The name of the property or the delta of the list item which is changed.

File

core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php, line 18

Class

TraversableTypedDataInterface
An interface for typed data objects that can be traversed.

Namespace

Drupal\Core\TypedData

Code

public function onChange($name);
doc_Drupal
2016-10-29 09:49:30
Comments
Leave a Comment

Please login to continue.