You are here

public function GridStackInterface::getLastBreakpoint in GridStack 8.2

Returns options.breakpoints.[lg|xl].[column|width|grids|nested].

Parameters

string $type: The name of specific property: column, width, grids, or nested.

Return value

mixed|array Available item by the given $type parameter, else empty.

1 method overrides GridStackInterface::getLastBreakpoint()
GridStack::getLastBreakpoint in src/Entity/GridStack.php
Returns options.breakpoints.[lg|xl].[column|width|grids|nested].

File

src/Entity/GridStackInterface.php, line 69

Class

GridStackInterface
Provides an interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function getLastBreakpoint($type = 'grids');