You are here

public function BlockContentTypeInterface::getDescription in Drupal 8

Same name and namespace in other branches
  1. 9 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_content

Code

public function getDescription();