public function GridStackStylizer::getInternalClasses in GridStack 8.2
Returns the module feature CSS classes, not available at CSS frameworks.
1 call to GridStackStylizer::getInternalClasses()
- GridStackStylizer::mergeFrameworkAndInternalClasses in src/
GridStackStylizer.php - Merges preset classes with the custom defined ones.
File
- src/
GridStackStylizer.php, line 251
Class
- GridStackStylizer
- Implements GridStackStylizerInterface.
Namespace
Drupal\gridstackCode
public function getInternalClasses() {
return $this
->style()
->getInternalClasses();
}