You are here

public function ParagraphsSet::getDescription in Paragraphs Sets 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ParagraphsSet.php \Drupal\paragraphs_sets\Entity\ParagraphsSet::getDescription()

Gets the description.

Return value

string The description of this paragraph set.

Overrides ParagraphsSetInterface::getDescription

File

src/Entity/ParagraphsSet.php, line 74

Class

ParagraphsSet
Defines the ParagraphsSet entity.

Namespace

Drupal\paragraphs_sets\Entity

Code

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