public function EntityqueueDragtableWidget::getWrapperId in Entityqueue 8
Gets the unique HTML ID of the widget's wrapping element.
Return value
string The unique HTML ID.
2 calls to EntityqueueDragtableWidget::getWrapperId()
- EntityqueueDragtableWidget::formElement in src/
Plugin/ Field/ FieldWidget/ EntityqueueDragtableWidget.php - Returns the form for a single field widget.
- EntityqueueDragtableWidget::formMultipleElements in src/
Plugin/ Field/ FieldWidget/ EntityqueueDragtableWidget.php - Special handling to create form elements for multiple values.
File
- src/
Plugin/ Field/ FieldWidget/ EntityqueueDragtableWidget.php, line 367
Class
- EntityqueueDragtableWidget
- Plugin implementation of the 'entityqueue_dragtable' widget.
Namespace
Drupal\entityqueue\Plugin\Field\FieldWidgetCode
public function getWrapperId() {
return $this->wrapperId;
}