You are here

protected function GridStackEnginePluginBase::getVersionClasses in GridStack 8.2

Returns the module feature CSS classes, not available at CSS frameworks.

4 calls to GridStackEnginePluginBase::getVersionClasses()
Bootstrap3::getVersionClasses in src/Plugin/gridstack/engine/Bootstrap3.php
Returns the module feature CSS classes, not available at CSS frameworks.
Bootstrap4::getVersionClasses in src/Plugin/gridstack/engine/Bootstrap4.php
Returns the module feature CSS classes, not available at CSS frameworks.
BootstrapBase::setClassOptions in src/Plugin/gridstack/engine/BootstrapBase.php
Sets the gridstack engine classes.
FoundationBase::setClassOptions in src/Plugin/gridstack/engine/FoundationBase.php
Sets the gridstack engine classes.
2 methods override GridStackEnginePluginBase::getVersionClasses()
Bootstrap3::getVersionClasses in src/Plugin/gridstack/engine/Bootstrap3.php
Returns the module feature CSS classes, not available at CSS frameworks.
Bootstrap4::getVersionClasses in src/Plugin/gridstack/engine/Bootstrap4.php
Returns the module feature CSS classes, not available at CSS frameworks.

File

src/GridStackEnginePluginBase.php, line 566

Class

GridStackEnginePluginBase
Provides base class for all gridstack layout engines.

Namespace

Drupal\gridstack

Code

protected function getVersionClasses() {
  return $this->stylizer
    ->getInternalClasses();
}