You are here

public function ParagraphInterface::getParagraphType in Paragraphs 8

Returns the paragraph type.

Return value

ParagraphsTypeInterface The Paragraph Type.

1 method overrides ParagraphInterface::getParagraphType()
Paragraph::getParagraphType in src/Entity/Paragraph.php
Returns the paragraph type.

File

src/ParagraphInterface.php, line 110

Class

ParagraphInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs

Code

public function getParagraphType();