@@ -59,6 +59,9 @@ |
||
59 | 59 | ]; |
60 | 60 | } |
61 | 61 | |
62 | + /** |
|
63 | + * @param string $entityTypeId |
|
64 | + */ |
|
62 | 65 | protected function getParentsForField($entityTypeId, FieldStorageDefinitionInterface $fieldDefinition) { |
63 | 66 | if ($fieldDefinition->isBaseField()) { |
64 | 67 | return [StringHelper::camelCase([$entityTypeId])]; |