From d76d9e27914d5ec78e0db48a9fa855a919005c08 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 14 Oct 2013 21:59:16 -0700 Subject: [PATCH] Issue #2105833 by herom: Fixed documentation fix in ContentEntityBase. --- core/lib/Drupal/Core/Entity/ContentEntityBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Entity/ContentEntityBase.php b/core/lib/Drupal/Core/Entity/ContentEntityBase.php index 6861ca468a1..53384b95718 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityBase.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityBase.php @@ -775,7 +775,7 @@ abstract class ContentEntityBase extends Entity implements \IteratorAggregate, C } /** - * Implements the magic method for setting object properties. + * Implements the magic method for getting object properties. * * @todo: A lot of code still uses non-fields (e.g. $entity->content in render * controllers) by reference. Clean that up.