Mercurial > hg > isophonics-drupal-site
comparison core/modules/views/src/ViewsDataHelper.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
18 protected $data; | 18 protected $data; |
19 | 19 |
20 /** | 20 /** |
21 * A prepared list of all fields, keyed by base_table and handler type. | 21 * A prepared list of all fields, keyed by base_table and handler type. |
22 * | 22 * |
23 * @param array | 23 * @var array |
24 */ | 24 */ |
25 protected $fields; | 25 protected $fields; |
26 | 26 |
27 /** | 27 /** |
28 * Constructs a ViewsData object. | 28 * Constructs a ViewsData object. |