You are here

protected function BootstrapBase::colors in GridStack 8.2

Returns the colors.

2 calls to BootstrapBase::colors()
Bootstrap4::colors in src/Plugin/gridstack/engine/Bootstrap4.php
Returns the colors.
BootstrapBase::setClassOptions in src/Plugin/gridstack/engine/BootstrapBase.php
Sets the gridstack engine classes.
1 method overrides BootstrapBase::colors()
Bootstrap4::colors in src/Plugin/gridstack/engine/Bootstrap4.php
Returns the colors.

File

src/Plugin/gridstack/engine/BootstrapBase.php, line 119

Class

BootstrapBase
Provides the base Bootstrap layout engine.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

protected function colors() {
  return $this
    ->baseColors();
}