You are here

protected static property EntityReferenceBrowserWidget::$deleteDepth in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php \Drupal\entity_browser\Plugin\Field\FieldWidget\EntityReferenceBrowserWidget::deleteDepth

The depth of the delete button.

This property exists so it can be changed if subclasses.

Type: int

File

src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php, line 64

Class

EntityReferenceBrowserWidget
Plugin implementation of the 'entity_reference' widget for entity browser.

Namespace

Drupal\entity_browser\Plugin\Field\FieldWidget

Code

protected static $deleteDepth = 4;