public function ParagraphsType::getDescription

Gets the description.

Return value

string The description of this paragraph type.

Overrides ParagraphsTypeInterface::getDescription

File

paragraphs/src/Entity/ParagraphsType.php, line 255

Class

ParagraphsType
Defines the ParagraphsType entity.

Namespace

Drupal\paragraphs\Entity

Code

public function getDescription() {
  return $this->description;
}