You are here

public static function WebformAnalysisBlock::elementEntityTypeId in Webform Analysis 8

Get Element Entity Type.

Return value

string Entity Type Id.

1 call to WebformAnalysisBlock::elementEntityTypeId()
WebformAnalysisBlock::getEntities in src/Plugin/Block/WebformAnalysisBlock.php
Get Webforms.
1 method overrides WebformAnalysisBlock::elementEntityTypeId()
WebformNodeAnalysisBlock::elementEntityTypeId in modules/webform_node_analysis/src/Plugin/Block/WebformNodeAnalysisBlock.php
Get Element Entity Type.

File

src/Plugin/Block/WebformAnalysisBlock.php, line 71

Class

WebformAnalysisBlock
Provides a 'Webform' block.

Namespace

Drupal\webform_analysis\Plugin\Block

Code

public static function elementEntityTypeId() {
  return 'webform';
}