Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.

6 methods override QuickContentRenderableInterface::getType()
QuickBlockContent::getType dans src/Plugin/QuickContent/QuickBlockContent.php
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickCallbackContent::getType dans src/Plugin/QuickContent/QuickCallbackContent.php
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickNodeContent::getType dans src/Plugin/QuickContent/QuickNodeContent.php
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickPreRenderedContent::getType dans src/QuickPreRenderedContent.php
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickQtabsContent::getType dans src/Plugin/QuickContent/QuickQtabsContent.php
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.

... See full list

Fichier

src/QuickContentRenderableInterface.php, line 15

Classe

QuickContentRenderableInterface
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface.

Namespace

Drupal\quicktabs

Code

public static function getType();