public function SharebarController::edit_button in ShareBar 8
1 string reference to 'SharebarController::edit_button'
File
- src/
Controller/ SharebarController.php, line 41 - Contains \Drupal\page_example\Controller\PageExampleController.
Class
- SharebarController
- Controller routines for sharebar routes.
Namespace
Drupal\sharebar\ControllerCode
public function edit_button() {
$form = \Drupal::formBuilder()
->getForm('Drupal\\sharebar\\Form\\SharebarAddButtonForm');
return $form;
}