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