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

public function getWeight();
doc_Drupal
2016-10-29 08:47:36
Comments
Leave a Comment

Please login to continue.