You are here

public function GridStackEnginePluginBase::styles in GridStack 8.2

1 call to GridStackEnginePluginBase::styles()
GridStackEnginePluginBase::build in src/GridStackEnginePluginBase.php
Alters GridStack build.

File

src/GridStackEnginePluginBase.php, line 172

Class

GridStackEnginePluginBase
Provides base class for all gridstack layout engines.

Namespace

Drupal\gridstack

Code

public function styles() {
  return $this->styles;
}