function BlockContentTypeInterface::getDescription
Same name in other branches
- 9 core/modules/block_content/src/BlockContentTypeInterface.php \Drupal\block_content\BlockContentTypeInterface::getDescription()
- 10 core/modules/block_content/src/BlockContentTypeInterface.php \Drupal\block_content\BlockContentTypeInterface::getDescription()
- 11.x core/modules/block_content/src/BlockContentTypeInterface.php \Drupal\block_content\BlockContentTypeInterface::getDescription()
Returns the description of the block type.
Return value
string The description of the type of this block.
1 method overrides BlockContentTypeInterface::getDescription()
- BlockContentType::getDescription in core/
modules/ block_content/ src/ Entity/ BlockContentType.php - Returns the description of the block type.
File
-
core/
modules/ block_content/ src/ BlockContentTypeInterface.php, line 19
Class
- BlockContentTypeInterface
- Provides an interface defining a custom block type entity.
Namespace
Drupal\block_contentCode
public function getDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.