You are here

public property DsField::$ui_limit in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Annotation/DsField.php \Drupal\ds\Annotation\DsField::ui_limit
  2. 8.3 src/Annotation/DsField.php \Drupal\ds\Annotation\DsField::ui_limit

An array of limits for showing this field.

In the format: "bundle|view_mode".

Type: array

File

src/Annotation/DsField.php, line 44

Class

DsField
Defines a DsField annotation object.

Namespace

Drupal\ds\Annotation

Code

public $ui_limit;