You are here

public function LayoutBuilderBrowserBlockCategory::setWeight in Layout Builder Browser 8

File

src/Entity/LayoutBuilderBrowserBlockCategory.php, line 77

Class

LayoutBuilderBrowserBlockCategory
Defines the LayoutBuilderBrowserBlockCategory entity.

Namespace

Drupal\layout_builder_browser\Entity

Code

public function setWeight($weight) {
  $this->weight = $weight;
}