You are here

public function Bundle::getEntityType in Little helpers 7.2

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

Overrides BundleInterface::getEntityType

File

src/Field/Bundle.php, line 23

Class

Bundle

Namespace

Drupal\little_helpers\Field

Code

public function getEntityType() {
  return $this->entity_type;
}