You are here

public function GridStack::isFramework in GridStack 8.2

Returns TRUE if Use CSS framework is enabled, else FALSE.

File

src/Entity/GridStack.php, line 77

Class

GridStack
Defines the GridStack configuration entity.

Namespace

Drupal\gridstack\Entity

Code

public function isFramework() {
  return $this
    ->getOption('use_framework');
}