You are here

public function Bundle::getBundleName in Little helpers 7

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

Overrides BundleInterface::getBundleName

File

src/Field/Bundle.php, line 16

Class

Bundle

Namespace

Drupal\little_helpers\Field

Code

public function getBundleName() {
  return $this->bundle;
}