You are here

protected property Breakpoint::$weight in Bootstrap Layout Builder 1.x

Same name and namespace in other branches
  1. 2.x src/Entity/Breakpoint.php \Drupal\bootstrap_layout_builder\Entity\Breakpoint::weight

Order of breakpoints on the config page & Layout Builder add/update forms.

Type: int

File

src/Entity/Breakpoint.php, line 86

Class

Breakpoint
Defines the Breakpoint config entity.

Namespace

Drupal\bootstrap_layout_builder\Entity

Code

protected $weight = 0;