A custom Drupal module that provides a Views field for displaying scientific names on a gardening website.
This module adds a "Scientific name" field to Views that automatically displays the correct botanical/scientific name based on the entity type:
- Medicinal plants: Shows botanical name with optional common name in parentheses
- Plant diseases: Shows scientific disease name
- Garden pests: Shows scientific pest name
- Drupal 9, 10, or 11
- Views module (core)
- Place in
modules/custom/pv_field_tools - Enable:
drush en pv_field_tools
In any View:
- Add field → "Scientific name"
- Configure display options if needed
Oana Hulpoi
GPL-2.0-or-later