Issue #1729986 by kid_icarus, scuts: Fix typo in set method doc for StorableInterface
parent
65d37afbea
commit
6bd777b2a1
|
@ -157,8 +157,8 @@ interface StorableInterface {
|
||||||
* The value to set, or NULL to unset the property.
|
* The value to set, or NULL to unset the property.
|
||||||
* @param $langcode
|
* @param $langcode
|
||||||
* (optional) If the property is translatable, the language code of the
|
* (optional) If the property is translatable, the language code of the
|
||||||
* language that should be used for getting the property. If set to
|
* language that should be used for setting the property. If set to NULL,
|
||||||
* NULL, the entity's default language is being used.
|
* the entity's default language is being used.
|
||||||
*
|
*
|
||||||
* @see Drupal\entity\StorableInterface::language()
|
* @see Drupal\entity\StorableInterface::language()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue