public BlockInterface::getRegion()
Returns the region this block is placed in.
Return value
string The region this block is placed in.
File
- core/modules/block/src/BlockInterface.php, line 44
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\block
Code
public function getRegion();
Please login to continue.