commit 57109187163b7c54c9c6aa2927fcf53eb1e17e90 Author: fago Date: Tue Jun 4 14:10:59 2013 +0200 Fixed docs to not use typed_data() diff --git a/core/lib/Drupal/Core/Entity/EntityManager.php b/core/lib/Drupal/Core/Entity/EntityManager.php index 2b2b44f..3c182e2 100644 --- a/core/lib/Drupal/Core/Entity/EntityManager.php +++ b/core/lib/Drupal/Core/Entity/EntityManager.php @@ -331,7 +331,8 @@ public function getAdminPath($entity_type, $bundle) { * @return array * An array of field definitions of entity fields, keyed by field * name. In addition to the typed data definition keys as described at - * typed_data()->create() the follow keys are supported: + * \Drupal\Core\TypedData\TypedDataManager::create() the following keys are + * supported: * - queryable: Whether the field is queryable via QueryInterface. * Defaults to TRUE if 'computed' is FALSE or not set, to FALSE otherwise. * - translatable: Whether the field is translatable. Defaults to FALSE.