You are here

public function Bundle::__construct in Little helpers 7

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

File

src/Field/Bundle.php, line 8

Class

Bundle

Namespace

Drupal\little_helpers\Field

Code

public function __construct($entity_type, $bundle) {
  $this->entity_type = $entity_type;
  $this->bundle = $bundle;
}