Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BlockInterface.php

function BlockInterface::setWeight

Sets the block weight.

Parameters

int $weight: The desired weight.

Return value

$this

1 method overrides BlockInterface::setWeight()
Block::setWeight in core/modules/block/src/Entity/Block.php
Sets the block weight.

File

core/modules/block/src/BlockInterface.php, line 109

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

public function setWeight($weight);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal