protected function EntityReference::getType

Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::getType().

Overrides DisplayPluginBase::getType

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php, line 87
Contains \Drupal\entity_reference\Plugin\views\display\EntityReference.

Class

EntityReference
The plugin that handles an EntityReference display.

Namespace

Drupal\entity_reference\Plugin\views\display

Code

protected function getType() {
  return 'entity_reference';
}