public function FileEntityDealerManagerInterface::createInstanceFromTypeAndScheme in Media Migration 8
Gets the plugin definitions for the specified file entity type.
Parameters
string $type: The file entity type.
string $scheme: The URI scheme.
Return value
\Drupal\media_migration\FileEntityDealerPluginInterface|null A fully configured plugin instance or NULL if no applicable plugin was found.
1 method overrides FileEntityDealerManagerInterface::createInstanceFromTypeAndScheme()
- FileEntityDealerManager::createInstanceFromTypeAndScheme in src/
FileEntityDealerManager.php - Gets the plugin definitions for the specified file entity type.
File
- src/
FileEntityDealerManagerInterface.php, line 24
Class
- FileEntityDealerManagerInterface
- Interface of FileEntityDealerManager.
Namespace
Drupal\media_migrationCode
public function createInstanceFromTypeAndScheme(string $type, string $scheme);