You are here

public function FieldCollection::getEntityType in Little helpers 7

Same name and namespace in other branches
  1. 7.2 src/Field/FieldCollection.php \Drupal\little_helpers\Field\FieldCollection::getEntityType()

Overrides BundleInterface::getEntityType

File

src/Field/FieldCollection.php, line 17

Class

FieldCollection

Namespace

Drupal\little_helpers\Field

Code

public function getEntityType() {
  return 'field_collection';
}