Issue #2297631 by martin107: Nudge contrib into overriding \Drupal\Core\TypedData\TypedData::setValue() consistently.
parent
d8a4d54efc
commit
cf4cc20b1c
|
@ -44,6 +44,8 @@ interface TypedDataInterface {
|
|||
* TRUE. If a property is updated from a parent object, set it to FALSE to
|
||||
* avoid being notified again.
|
||||
*
|
||||
* @throws \InvalidArgumentException
|
||||
* If the value input is inappropriate.
|
||||
* @throws \Drupal\Core\TypedData\ReadOnlyException
|
||||
* If the data is read-only.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue