You are here

public function FieldTypeExportManager::getFallbackPluginId in Entity Export CSV 8

File

src/Plugin/FieldTypeExportManager.php, line 95

Class

FieldTypeExportManager
Provides the Field type export plugin manager.

Namespace

Drupal\entity_export_csv\Plugin

Code

public function getFallbackPluginId($plugin_id, array $configuration = []) {
  return 'broken';
}