You are here

public function LayoutOptionInterface::getDefaultBreakpointsIds in Bootstrap Layout Builder 2.x

Returns array of enabled default breakpoints ids.

Return value

array The default breakpoints ids.

1 method overrides LayoutOptionInterface::getDefaultBreakpointsIds()
LayoutOption::getDefaultBreakpointsIds in src/Entity/LayoutOption.php
Returns array of enabled default breakpoints ids.

File

src/LayoutOptionInterface.php, line 118

Class

LayoutOptionInterface
Provides an interface defining a layout option entity.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getDefaultBreakpointsIds();