Skip to content
Snippets Groups Projects
Commit b3d9f5fd authored by Angie Byron's avatar Angie Byron
Browse files

#525622 follow-up by Dave Reid: Added missing path callback property.

parent 73439f1c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -125,6 +125,7 @@ function user_entity_info() { ...@@ -125,6 +125,7 @@ function user_entity_info() {
'label' => t('User'), 'label' => t('User'),
'controller class' => 'UserController', 'controller class' => 'UserController',
'base table' => 'users', 'base table' => 'users',
'path callback' => 'user_path',
'fieldable' => TRUE, 'fieldable' => TRUE,
'object keys' => array( 'object keys' => array(
'id' => 'uid', 'id' => 'uid',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment