public BlockContentTypeInterface::getDescription()
Returns the description of the block type.
Return value
string The description of the type of this block.
File
- core/modules/block_content/src/BlockContentTypeInterface.php, line 18
Class
- BlockContentTypeInterface
- Provides an interface defining a custom block type entity.
Namespace
Drupal\block_content
Code
public function getDescription();
Please login to continue.