protected property Block::$id in Drupal 8
Same name in this branch
- 8 core/modules/block/src/Entity/Block.php \Drupal\block\Entity\Block::id
- 8 core/lib/Drupal/Core/Block/Annotation/Block.php \Drupal\Core\Block\Annotation\Block::id
Same name and namespace in other branches
- 9 core/modules/block/src/Entity/Block.php \Drupal\block\Entity\Block::id
- 10 core/modules/block/src/Entity/Block.php \Drupal\block\Entity\Block::id
The ID of the block.
Type: string
File
- core/
modules/ block/ src/ Entity/ Block.php, line 69
Class
- Block
- Defines a Block configuration entity class.
Namespace
Drupal\block\EntityCode
protected $id;