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(); |
Please login to continue.