You are here

public function ParagraphSetInterface::getName in Paragraphs frontend ui 8

Gets the Paragraph set name.

Return value

string Name of the Paragraph set.

1 method overrides ParagraphSetInterface::getName()
ParagraphSet::getName in src/Entity/ParagraphSet.php
Gets the Paragraph set name.

File

src/Entity/ParagraphSetInterface.php, line 22

Class

ParagraphSetInterface
Provides an interface for defining Paragraph set entities.

Namespace

Drupal\paragraphs_frontend_ui\Entity

Code

public function getName();