@@ -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, array $base_fields = array()) { |
436 | 437 | return parent::expandEntityFields($entity_type, $entity); |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Drupal\Driver\Cores\CoreAuthenticationInterface; |
6 | 6 | use Drupal\Driver\Exception\BootstrapException; |
7 | - |
|
8 | 7 | use Behat\Behat\Tester\Exception\PendingException; |
9 | 8 | |
10 | 9 | /** |
@@ -418,6 +418,7 @@ |
||
418 | 418 | |
419 | 419 | /** |
420 | 420 | * {@inheritdoc} |
421 | + * @param string $entity_type |
|
421 | 422 | */ |
422 | 423 | public function isBaseField($entity_type, $field_name) { |
423 | 424 | /** @var \Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager */ |