You are here

protected property FeaturesEditForm::$bundle in Features 8.3

Same name and namespace in other branches
  1. 8.4 modules/features_ui/src/Form/FeaturesEditForm.php \Drupal\features_ui\Form\FeaturesEditForm::bundle

Current bundle machine name.

NOTE: D8 cannot serialize objects within forms so you can't directly store the entire Bundle object here.

Type: string

File

modules/features_ui/src/Form/FeaturesEditForm.php, line 58

Class

FeaturesEditForm
Defines the features settings form.

Namespace

Drupal\features_ui\Form

Code

protected $bundle;