You are here

public function WidgetInterface::getWeight in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/WidgetInterface.php \Drupal\entity_browser\WidgetInterface::getWeight()

Returns the widget's weight.

Return value

int Widget's weight.

1 method overrides WidgetInterface::getWeight()
WidgetBase::getWeight in src/WidgetBase.php
Returns the widget's weight.

File

src/WidgetInterface.php, line 61

Class

WidgetInterface
Defines the interface for entity browser widgets.

Namespace

Drupal\entity_browser

Code

public function getWeight();