public static function FieldCollection::getPreconfiguredOptions in Field collection 8.3
No preconfigured options.
This overrides the EntityReferenceItem version because that would allow FieldCollectionItem fields to be created that could point to entities other than FieldCollectionItems.
Overrides EntityReferenceItem::getPreconfiguredOptions
File
- src/
Plugin/ Field/ FieldType/ FieldCollection.php, line 284
Class
- FieldCollection
- Plugin implementation of the 'field_collection' field type.
Namespace
Drupal\field_collection\Plugin\Field\FieldTypeCode
public static function getPreconfiguredOptions() {
return [];
}