BlockContentType::getDescription

public BlockContentType::getDescription()

Returns the description of the block type.

Return value

string The description of the type of this block.

Overrides BlockContentTypeInterface::getDescription

File

core/modules/block_content/src/Entity/BlockContentType.php, line 76

Class

BlockContentType
Defines the custom block type entity.

Namespace

Drupal\block_content\Entity

Code

1
2
3
public function getDescription() {
  return $this->description;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.