function BlockDeleteForm::systemRegionList
Same name in other branches
- 9 core/modules/block/src/Form/BlockDeleteForm.php \Drupal\block\Form\BlockDeleteForm::systemRegionList()
- 10 core/modules/block/src/Form/BlockDeleteForm.php \Drupal\block\Form\BlockDeleteForm::systemRegionList()
Wraps system_region_list().
2 calls to BlockDeleteForm::systemRegionList()
- BlockDeleteForm::getDeletionMessage in core/
modules/ block/ src/ Form/ BlockDeleteForm.php - Gets the message to display to the user after deleting the entity.
- BlockDeleteForm::getQuestion in core/
modules/ block/ src/ Form/ BlockDeleteForm.php
File
-
core/
modules/ block/ src/ Form/ BlockDeleteForm.php, line 67
Class
- BlockDeleteForm
- Provides a deletion confirmation form for the block instance deletion form.
Namespace
Drupal\block\FormCode
protected function systemRegionList($theme, $show = REGIONS_ALL) {
return system_region_list($theme, $show);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.