You are here

public property ExtraFieldDisplay::$bundles in Extra Field 8.2

Same name and namespace in other branches
  1. 8 src/Annotation/ExtraFieldDisplay.php \Drupal\extra_field\Annotation\ExtraFieldDisplay::bundles

The entity + bundle combination(s) the plugin supports.

Format: [entity].[bundle] for specific entity-bundle combinations or [entity].* for all bundles of the entity.

Type: string[]

File

src/Annotation/ExtraFieldDisplay.php, line 49

Class

ExtraFieldDisplay
Defines a ExtraFieldDisplay item annotation object.

Namespace

Drupal\extra_field\Annotation

Code

public $bundles = [];