function FallbackPluginManagerInterface::getFallbackPluginId
Gets a fallback id for a missing plugin.
Parameters
string $plugin_id: The ID of the missing requested plugin.
array $configuration: An array of configuration relevant to the plugin instance.
Return value
string The id of an existing plugin to use when the plugin does not exist.
File
-
core/
lib/ Drupal/ Component/ Plugin/ FallbackPluginManagerInterface.php, line 21
Class
- FallbackPluginManagerInterface
- An interface implemented by plugin managers with fallback plugin behaviors.
Namespace
Drupal\Component\PluginCode
public function getFallbackPluginId($plugin_id, array $configuration = []);