entitytype_filter
6 sites
No security coverage
Entity Fields Search is a developer-focused module that provides a single administrative interface to inspect, filter, and export fields attached to Drupal entities and bundles.
It helps site builders and developers quickly understand field configuration
across entities by presenting all related fields on a single page, without navigating multiple configuration pages or inspecting configuration exports.
Features
-
Entity Fields Search Page:
- Accessible at
/admin/entitytypes-filter. - Displays all fields attached to selected entities and bundles.
- Supports Content Types, Block Types, Paragraph Types, Media Types, and custom entity types.
- Accessible at
-
Flexible Filtering:
- Filter fields by Entity Type and Bundle.
- Search entities by title using the Search Entity Type By Title field.
- Optionally filter results by Field Type.
-
CSV Export:
- Export the filtered field list as a CSV file.
- Includes entity type, bundle, field name, field label, and field type.
- Useful for audits, migrations, refactoring, and documentation.
How it works
- Access the form at
/admin/entitytypes-filter. - Select the Entity Type (Block Types, Content Types, Paragraph Types, etc.).
- Enter the entity name in the Search Entity Type By Title field.
- Click the Search button to list all associated fields.
For detailed installation and configuration instructions, please refer to the
project's README file.
For feature requests and issue reports, create an issue here: Entity Fields Search Issue Dashboard