public function FieldCollection::getEntityType in Little helpers 7
Same name and namespace in other branches
- 7.2 src/Field/FieldCollection.php \Drupal\little_helpers\Field\FieldCollection::getEntityType()
Overrides BundleInterface::getEntityType
File
- src/
Field/ FieldCollection.php, line 17
Class
Namespace
Drupal\little_helpers\FieldCode
public function getEntityType() {
return 'field_collection';
}