BlockInterface::getWeight

public BlockInterface::getWeight()

Returns the weight of this block (used for sorting).

Return value

int The block weight.

File

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

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

1
public function getWeight();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.