You are here

public function ParagraphsCategory::getDescription in Paragraphs Editor Enhancements 8

Get the description of the Paragraphs category.

Return value

string The category description.

Overrides ParagraphsCategoryInterface::getDescription

File

src/Entity/ParagraphsCategory.php, line 74

Class

ParagraphsCategory
Defines the Example entity.

Namespace

Drupal\paragraphs_ee\Entity

Code

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