public function DraggableBlock::blockForm in Draggable dashboard 8.2
Same name and namespace in other branches
- 8 src/Plugin/Block/DraggableBlock.php \Drupal\draggable_dashboard\Plugin\Block\DraggableBlock::blockForm()
Overrides BlockPluginTrait::blockForm
File
- src/
Plugin/ Block/ DraggableBlock.php, line 226
Class
- DraggableBlock
- Provides a draggable block with a simple text.
Namespace
Drupal\draggable_dashboard\Plugin\BlockCode
public function blockForm($form, FormStateInterface $form_state) {
return $form;
}