@@ -436,6 +436,7 @@ |
||
436 | 436 | |
437 | 437 | /** |
438 | 438 | * {@inheritdoc} |
439 | + * @param string $entity_type |
|
439 | 440 | */ |
440 | 441 | protected function expandEntityFields($entity_type, \stdClass $entity) { |
441 | 442 | return parent::expandEntityFields($entity_type, $entity); |
@@ -54,6 +54,7 @@ |
||
54 | 54 | |
55 | 55 | /** |
56 | 56 | * {@inheritdoc} |
57 | + * @param \stdClass $entity |
|
57 | 58 | */ |
58 | 59 | public function getFieldHandler($entity, $entity_type, $field_name) { |
59 | 60 |