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