public function GridStackAdmin::getSkinOptions in GridStack 8
Same name and namespace in other branches
- 8.2 src/Form/GridStackAdmin.php \Drupal\gridstack\Form\GridStackAdmin::getSkinOptions()
Returns available skins for select options.
1 call to GridStackAdmin::getSkinOptions()
- GridStackAdmin::buildSettingsForm in src/
Form/ GridStackAdmin.php - Returns all settings form elements.
File
- src/
Form/ GridStackAdmin.php, line 160
Class
- GridStackAdmin
- Provides resusable admin functions or form elements.
Namespace
Drupal\gridstack\FormCode
public function getSkinOptions() {
return $this->manager
->getSkinOptions();
}