interface FileDealerPluginInterface in Media Migration 8
Interface for plain file dealer plugins.
Hierarchy
- interface \Drupal\media_migration\MediaDealerPluginInterface
- interface \Drupal\media_migration\FileDealerPluginInterface
Expanded class hierarchy of FileDealerPluginInterface
All classes that implement FileDealerPluginInterface
File
- src/
FileDealerPluginInterface.php, line 8
Namespace
Drupal\media_migrationView source
interface FileDealerPluginInterface extends MediaDealerPluginInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MediaDealerPluginInterface:: |
public | function | Alters the definition of the media entity migration. | 1 |
MediaDealerPluginInterface:: |
public | function | Alters the definition of the media field's formatter settings migration. | 1 |
MediaDealerPluginInterface:: |
public | function | Alters the definition of the media source field instance migration. | 1 |
MediaDealerPluginInterface:: |
public | function | Alters the definition of the media source field storage migration. | 1 |
MediaDealerPluginInterface:: |
public | function | Alters the definition of the media source field widget settings migration. | 1 |
MediaDealerPluginInterface:: |
public | function | Alters the definition of the media type migration. | 1 |
MediaDealerPluginInterface:: |
public | function | Returns the destination media type's source field name. | 1 |
MediaDealerPluginInterface:: |
public | function | Returns the destination media type's source plugin ID. | 1 |
MediaDealerPluginInterface:: |
public | function | Returns the destination media type's ID. | 1 |
MediaDealerPluginInterface:: |
public | function | Returns the destination media type's ID base. | 1 |
MediaDealerPluginInterface:: |
public | function | Returns the label of the destination media type. | 1 |
MediaDealerPluginInterface:: |
public | function | Returns the label of the destination media type's source field. | 1 |
MediaDealerPluginInterface:: |
public | function | Prepares the migration row of a media item. | 1 |
MediaDealerPluginInterface:: |
public | function | Prepares the migration row of a media field formatter configuration. | 1 |
MediaDealerPluginInterface:: |
public | function | Prepares the migration row of a media source field instance. | 1 |
MediaDealerPluginInterface:: |
public | function | Prepares the migration row of a media source field storage. | 1 |
MediaDealerPluginInterface:: |
public | function | Prepares the migration row of a media field widget configuration. | 1 |
MediaDealerPluginInterface:: |
public | function | Prepares the migration row of a media type. | 1 |