public function BlockInterface::getRegion in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::getRegion()
Returns the region this block is placed in.
Return value
string The region this block is placed in.
1 method overrides BlockInterface::getRegion()
- Block::getRegion in core/
modules/ block/ src/ Entity/ Block.php - Returns the region this block is placed in.
File
- core/
modules/ block/ src/ BlockInterface.php, line 49 - Contains \Drupal\block\BlockInterface.
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\blockCode
public function getRegion();