- Issue created by @alorenc
- 🇵🇹Portugal dxvargas
What I read in the link that you've mentioned (this one: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...) is that this hook provides field definitions for a specific bundle within an entity type. And the parameter's documentation is
string $bundle: The bundle.
, not leaving the option for it to be NULL.