Skip to content
Snippets Groups Projects
Commit bc796738 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2090973 by tstoeckler: Minor comment typo in EntityNG.

parent deebed44
Branches
Tags
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
......@@ -619,7 +619,7 @@ public function updateOriginalValues() {
* Implements the magic method for setting object properties.
*
* @todo: A lot of code still uses non-fields (e.g. $entity->content in render
* controllers by reference. Clean that up.
* controllers) by reference. Clean that up.
*/
public function &__get($name) {
// If this is an entity field, handle it accordingly. We first check whether
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment