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);
Please login to continue.