projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
65d37af
)
Issue #1729986 by kid_icarus, scuts: Fix typo in set method doc for StorableInterface
author
Jennifer Hodgdon
Tue, 28 Aug 2012 18:44:57 +0000 (11:44 -0700)
committer
Jennifer Hodgdon
Tue, 28 Aug 2012 18:44:57 +0000 (11:44 -0700)
core/modules/entity/lib/Drupal/entity/StorableInterface.php
patch
|
blob
|
blame
|
history
diff --git
a/core/modules/entity/lib/Drupal/entity/StorableInterface.php
b/core/modules/entity/lib/Drupal/entity/StorableInterface.php
index
820fdc7
..
23bc1ea
100644
(file)
--- a/
core/modules/entity/lib/Drupal/entity/StorableInterface.php
+++ b/
core/modules/entity/lib/Drupal/entity/StorableInterface.php
@@
-157,8
+157,8
@@
interface StorableInterface {
* The value to set, or NULL to unset the property.
* @param $langcode
* (optional) If the property is translatable, the language code of the
- * language that should be used for getting the property. If set to
- * NULL, the entity's default language is being used.
+ * language that should be used for setting the property. If set to NULL,
+ * the entity's default language is being used.
*
* @see Drupal\entity\StorableInterface::language()
*/