@@ -9,7 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | use Drupal\Component\Utility\Random; |
| 11 | 11 | use Drupal\Driver\Exception\BootstrapException; |
| 12 | - |
|
| 13 | 12 | use Symfony\Component\Process\Process; |
| 14 | 13 | |
| 15 | 14 | /** |
@@ -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 | |