This project is not covered by Drupal’s security advisory policy.
Note this is not a module and needs to be installed with composer require drupal/entity_dumper and then drush cc drush will pick it up.
This project provides the entity-dumper drush command which produces an output like this:
en:color_scheme_full = gray
en:descriptor => taxonomy_term i:5126 r:5126
en:meta_tags ^ a:6:{s:11:"description";s:182:"Create eye-catching campaigns, extraordinary
en:node_section_header_title = Marketing
en:page_components_layouts:0 => paragraph i:649589 r:14146656
en: administrative_title = mobile header
en:page_components_layouts:1 => paragraph i:649590 r:14146657
en: media_foreground => media i:576376 r:573849
en: field_media_image => file i:418338
en: field_media_image:alt = marketing
Where en is the langcode, followed by the field name for example color_scheme_full followed by either
- an equals sign when the field value fits in 120 columns
- a right arrow for content entity references
- a carot to signal only the beginning of the value is shown, truncated to 120 columns.
By default only configurable fields are included in the dump, to include a base field run
drush ev '\Drupal::service("entity_field.manager")->getBaseFieldDefinitions("some_entity_type")["some_field"]->getConfig("some_bundle")->setThirdPartySetting("entity_dumper", "include", 1)->save()'
Supporting organizations:
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools
- Created by ghost of drupal past on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
