interface FileEntityDealerPluginInterface in Media Migration 8
Interface for file entity dealer plugins.
Hierarchy
- interface \Drupal\media_migration\MediaDealerPluginInterface
- interface \Drupal\media_migration\FileEntityDealerPluginInterface
Expanded class hierarchy of FileEntityDealerPluginInterface
All classes that implement FileEntityDealerPluginInterface
4 files declare their use of FileEntityDealerPluginInterface
- D7FileEntityConfigDeriver.php in src/
Plugin/ migrate/ D7FileEntityConfigDeriver.php - D7FileEntityDeriver.php in src/
Plugin/ migrate/ D7FileEntityDeriver.php - DummyMediaDealerPlugin.php in tests/
src/ Kernel/ Plugin/ migrate/ source/ DummyMediaDealerPlugin.php - FileEntityDealerTest.php in tests/
src/ Kernel/ Plugin/ FileEntityDealerTest.php
File
- src/
FileEntityDealerPluginInterface.php, line 8
Namespace
Drupal\media_migrationView source
interface FileEntityDealerPluginInterface 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 |