You are here

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

Same name and namespace in other branches
  1. 1.x src/LayoutOptionInterface.php \Drupal\bootstrap_layout_builder\LayoutOptionInterface::getBreakpointsLabels()

Returns array of enabled breakpoints lablels.

Return value

array The breakpoints labels.

1 method overrides LayoutOptionInterface::getBreakpointsLabels()
LayoutOption::getBreakpointsLabels in src/Entity/LayoutOption.php
Returns array of enabled breakpoints lablels.

File

src/LayoutOptionInterface.php, line 91

Class

LayoutOptionInterface
Provides an interface defining a layout option entity.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getBreakpointsLabels();