The region this block is placed in.
Type: string
File
- core/modules/block/src/Entity/Block.php, line 73
Class
- Block
- Defines a Block configuration entity class.
Namespace
Drupal\block\Entity
Code
protected $region = self::BLOCK_REGION_NONE;
The region this block is placed in.
Type: string
Drupal\block\Entity
protected $region = self::BLOCK_REGION_NONE;
Please login to continue.