Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Block.php
function Block::getWeight
Overrides
BlockInterface::getWeight
File
core/
modules/
block/
src/
Entity/
Block.php
, line 203
Class
Block
Defines a Block configuration entity class.
Namespace
Drupal\block\Entity
Code
public
function
getWeight
() {
return
$this
->
weight
; }
RSS feed