You are here

public function BreakpointInterface::getStatus in Bootstrap Layout Builder 2.x

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

Returns the status of the breakpoint.

Return value

bool Either "enabled" or "disabled".

1 method overrides BreakpointInterface::getStatus()
Breakpoint::getStatus in src/Entity/Breakpoint.php
Returns the status of the breakpoint.

File

src/BreakpointInterface.php, line 26

Class

BreakpointInterface
Provides an interface for Bootstrap Layout Builder breakpoints entities.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getStatus();