- Issue created by @kopeboy
Install this module on a fresh Drupal 10.3.6 site, go to /admin/structure/entity_ui/entity_tab/add/node/owner_assign
to create a new tab to assign nodes, try to use a token in the Page title, starting with [entity_ui_tab:target_entity:
like suggested. I tried:
[entity_ui_tab:target_entity]
[entity_ui_tab:target_entity:title]
[entity_ui_tab:target_entity:label]
[entity_ui_tab:target_entity:id]
[entity_ui_tab:target_entity:nid]
[entity_ui_tab:target_entity:author]
[entity_ui_tab:target_entity:created]
but all returned this error when visiting the newly created tab on a node:
Error: Call to a member function getEntityTypeId() on null in entity_ui_tokens() (line 41 of modules/contrib/entity_ui/entity_ui.tokens.inc).
Active
1.9
Code