You are here

public function EntityBundleFieldInfoAlterEvent::getBundle in Hook Event Dispatcher 8

Gets the Bundle.

Return value

string The Bundle.

File

src/Event/EntityType/EntityBundleFieldInfoAlterEvent.php, line 85

Class

EntityBundleFieldInfoAlterEvent
Class EntityBundleFieldInfoAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

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