comparison core/modules/views/src/EntityViewsData.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
251 'filter' => ['id' => 'latest_revision'], 251 'filter' => ['id' => 'latest_revision'],
252 ]; 252 ];
253 } 253 }
254 254
255 $this->addEntityLinks($data[$base_table]); 255 $this->addEntityLinks($data[$base_table]);
256 if ($views_revision_base_table) {
257 $this->addEntityLinks($data[$views_revision_base_table]);
258 }
256 259
257 // Load all typed data definitions of all fields. This should cover each of 260 // Load all typed data definitions of all fields. This should cover each of
258 // the entity base, revision, data tables. 261 // the entity base, revision, data tables.
259 $field_definitions = $this->entityManager->getBaseFieldDefinitions($this->entityType->id()); 262 $field_definitions = $this->entityManager->getBaseFieldDefinitions($this->entityType->id());
260 /** @var \Drupal\Core\Entity\Sql\DefaultTableMapping $table_mapping */ 263 /** @var \Drupal\Core\Entity\Sql\DefaultTableMapping $table_mapping */