You are here

protected static property TimeFieldStandardWidget::$deleteDepth in Timefield 1.0.x

The depth of the delete button.

This property exists so it can be changed if subclasses.

Type: int

File

src/Plugin/Field/FieldWidget/TimeFieldStandardWidget.php, line 53

Class

TimeFieldStandardWidget
Plugin implementation of the 'timefield_standard_widget' widget.

Namespace

Drupal\timefield\Plugin\Field\FieldWidget

Code

protected static $deleteDepth = 4;