You are here

public function GridStack::getColumns in GridStack 8.2

Returns the available breakpoint columns.

File

src/Entity/GridStack.php, line 157

Class

GridStack
Defines the GridStack configuration entity.

Namespace

Drupal\gridstack\Entity

Code

public function getColumns() {
  return Json::decode($this
    ->getJson('breakpoints'));
}