Mercurial > hg > isophonics-drupal-site
comparison core/modules/views/src/EntityViewsData.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
205 // Setup relations to the revisions/property data. | 205 // Setup relations to the revisions/property data. |
206 if ($data_table) { | 206 if ($data_table) { |
207 $data[$base_table]['table']['join'][$data_table] = [ | 207 $data[$base_table]['table']['join'][$data_table] = [ |
208 'left_field' => $base_field, | 208 'left_field' => $base_field, |
209 'field' => $base_field, | 209 'field' => $base_field, |
210 'type' => 'INNER' | 210 'type' => 'INNER', |
211 ]; | 211 ]; |
212 $data[$data_table]['table']['group'] = $this->entityType->getLabel(); | 212 $data[$data_table]['table']['group'] = $this->entityType->getLabel(); |
213 $data[$data_table]['table']['provider'] = $this->entityType->getProvider(); | 213 $data[$data_table]['table']['provider'] = $this->entityType->getProvider(); |
214 $data[$data_table]['table']['entity revision'] = FALSE; | 214 $data[$data_table]['table']['entity revision'] = FALSE; |
215 } | 215 } |