protected static property EntityLoadHelper::$requiresSpecialHandling in YAML Content 8
An array of entity type machine names that require special handling.
The entity types listed in this array cannot be loaded and treated the same as other entity types and require special attention.
Type: string[] $requiresSpecialHandling
See also
https://www.drupal.org/project/yaml_content/issues/2893055
File
- src/
Service/ EntityLoadHelper.php, line 24
Class
- EntityLoadHelper
- A helper class to support identification and loading of existing entities.
Namespace
Drupal\yaml_content\ServiceCode
protected static $requiresSpecialHandling = [
'paragraph',
'media',
'file',
];