public function ParagraphInterface::getType

Returns the paragraph type / bundle name as string.

Return value

string The Paragraph bundle name.

1 method overrides ParagraphInterface::getType()
Paragraph::getType in paragraphs/src/Entity/Paragraph.php
Returns the paragraph type / bundle name as string.

File

paragraphs/src/ParagraphInterface.php, line 102

Class

ParagraphInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs

Code

public function getType();