Issue #2491691 by marcoscano, cilefen, jhodgdon, joachim: Entity API docs incorrectly state hook_schema() is needed

8.0.x
webchick 2015-05-24 20:53:01 -07:00
parent 057f8aa330
commit 74520b4777
1 changed files with 1 additions and 2 deletions

View File

@ -316,8 +316,7 @@ use Drupal\node\Entity\NodeType;
* - For content entities, the annotation will refer to a number of database
* tables and their fields. These annotation properties, such as 'base_table',
* 'data_table', 'entity_keys', etc., are documented on
* \Drupal\Core\Entity\EntityType. Your module will also need to set up its
* database tables using hook_schema().
* \Drupal\Core\Entity\EntityType.
* - For content entities that are displayed on their own pages, the annotation
* will refer to a 'uri_callback' function, which takes an object of the
* entity interface you have defined as its parameter, and returns routing