class MultifieldToParagraphs in Media Migration 8
Multifield → Paragraphs Media WYSIWYG plugin.
Plugin annotation
@MediaWysiwyg(
id = "multifield_to_paragraphs",
label = @Translation("Multifield to Paragraphs"),
entity_type_map = {
"multifield" = "paragraph",
},
provider = "paragraphs"
)
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\media_migration\MediaWysiwygPluginBase implements MediaWysiwygInterface
- class \Drupal\media_migration\Plugin\MediaWysiwyg\MultifieldToParagraphs
- class \Drupal\media_migration\MediaWysiwygPluginBase implements MediaWysiwygInterface
Expanded class hierarchy of MultifieldToParagraphs
See also
\Drupal\media_migration\MediaWysiwygInterface
File
- src/
Plugin/ MediaWysiwyg/ MultifieldToParagraphs.php, line 22
Namespace
Drupal\media_migration\Plugin\MediaWysiwygView source
class MultifieldToParagraphs extends MediaWysiwygPluginBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MediaWysiwygPluginBase:: |
protected | function | Appends the media wysiwyg migrate processor to a field. | |
MediaWysiwygPluginBase:: |
public | function |
Returns the translated plugin label. Overrides MediaWysiwygInterface:: |
|
MediaWysiwygPluginBase:: |
public | function |
Processes the migrations affected by the given field instance row. Overrides MediaWysiwygInterface:: |
|
MediaWysiwygPluginBase:: |
public | function |
Constructs a \Drupal\Component\Plugin\PluginBase object. Overrides PluginBase:: |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. |