@@ -431,6 +431,7 @@ |
||
| 431 | 431 | |
| 432 | 432 | /** |
| 433 | 433 | * {@inheritdoc} |
| 434 | + * @param string $entity_type |
|
| 434 | 435 | */ |
| 435 | 436 | protected function expandEntityFields($entity_type, \stdClass $entity, $base_fields = array()) { |
| 436 | 437 | return parent::expandEntityFields($entity_type, $entity); |
@@ -388,6 +388,7 @@ |
||
| 388 | 388 | |
| 389 | 389 | /** |
| 390 | 390 | * {@inheritdoc} |
| 391 | + * @param string $entity_type |
|
| 391 | 392 | */ |
| 392 | 393 | public function isBaseField($entity_type, $field_name) { |
| 393 | 394 | $fields = \Drupal::entityManager()->getFieldStorageDefinitions($entity_type); |