Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/views/src/ViewsData.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
131 /** | 131 /** |
132 * Gets data for a particular table, or all tables. | 132 * Gets data for a particular table, or all tables. |
133 * | 133 * |
134 * @param string|null $key | 134 * @param string|null $key |
135 * The key of the cache entry to retrieve. Defaults to NULL, this will | 135 * The key of the cache entry to retrieve. Defaults to NULL, this will |
136 * return all table data. | 136 * return all table data. NULL $key deprecated in Drupal 8.2.x and will be |
137 * | 137 * removed in 9.0.0. Use getAll() instead. |
138 * @deprecated NULL $key deprecated in Drupal 8.2.x and will be removed in | |
139 * 9.0.0. Use getAll() instead. | |
140 * | 138 * |
141 * @see https://www.drupal.org/node/2723553 | 139 * @see https://www.drupal.org/node/2723553 |
142 * | 140 * |
143 * @return array | 141 * @return array |
144 * An array of table data. | 142 * An array of table data. |