Skip to content
Snippets Groups Projects
Commit cf4cc20b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2297631 by martin107: Nudge contrib into overriding...

Issue #2297631 by martin107: Nudge contrib into overriding \Drupal\Core\TypedData\TypedData::setValue() consistently.
parent d8a4d54e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -44,6 +44,8 @@ public function getValue();
* 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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment