function BlockInterface::setRegion

Same name and namespace in other branches
  1. 9 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::setRegion()
  2. 8.9.x core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::setRegion()
  3. 10 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 99

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

public function setRegion($region);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.