public function ConfigPagesController::clearConfirmation in Config Pages 8
Same name and namespace in other branches
- 8.3 src/Controller/ConfigPagesController.php \Drupal\config_pages\Controller\ConfigPagesController::clearConfirmation()
- 8.2 src/Controller/ConfigPagesController.php \Drupal\config_pages\Controller\ConfigPagesController::clearConfirmation()
Presents the config page confiramtion form.
Return value
array A form array as expected by drupal_render().
1 string reference to 'ConfigPagesController::clearConfirmation'
File
- src/
Controller/ ConfigPagesController.php, line 153
Class
Namespace
Drupal\config_pages\ControllerCode
public function clearConfirmation($config_pages) {
return \Drupal::formBuilder()
->getForm('Drupal\\config_pages\\Form\\ConfigPagesClearConfirmationForm', $config_pages);
}