public function Bundle::getEntityType in Little helpers 7.2
Same name and namespace in other branches
- 7 src/Field/Bundle.php \Drupal\little_helpers\Field\Bundle::getEntityType()
Overrides BundleInterface::getEntityType
File
- src/
Field/ Bundle.php, line 23
Class
Namespace
Drupal\little_helpers\FieldCode
public function getEntityType() {
return $this->entity_type;
}