You are here

protected property FieldConfigListBuilder::$targetBundle in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/field_ui/src/FieldConfigListBuilder.php \Drupal\field_ui\FieldConfigListBuilder::targetBundle
  2. 9 core/modules/field_ui/src/FieldConfigListBuilder.php \Drupal\field_ui\FieldConfigListBuilder::targetBundle

The name of the bundle the listed fields are attached to.

Type: string

File

core/modules/field_ui/src/FieldConfigListBuilder.php, line 33

Class

FieldConfigListBuilder
Provides lists of field config entities.

Namespace

Drupal\field_ui

Code

protected $targetBundle;