Issue #2297631 by martin107: Nudge contrib into overriding \Drupal\Core\TypedData\TypedData::setValue() consistently.

8.0.x
Alex Pott 2014-07-09 09:43:20 +01:00
parent d8a4d54efc
commit cf4cc20b1c
1 changed files with 2 additions and 0 deletions

View File

@ -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.
*/