You are here

public function FreelinkingPluginBase::getFailoverPluginId in Freelinking 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/FreelinkingPluginBase.php \Drupal\freelinking\Plugin\FreelinkingPluginBase::getFailoverPluginId()

Get the failover plugin ID (if applicable).

Return value

string The plugin ID of the failover plugin or an empty string if no plugin available.

Overrides FreelinkingPluginInterface::getFailoverPluginId

1 method overrides FreelinkingPluginBase::getFailoverPluginId()
NodeTitle::getFailoverPluginId in src/Plugin/freelinking/NodeTitle.php
Get the failover plugin ID (if applicable).

File

src/Plugin/FreelinkingPluginBase.php, line 58

Class

FreelinkingPluginBase
Freelinking plugin base class.

Namespace

Drupal\freelinking\Plugin

Code

public function getFailoverPluginId() {
  return '';
}