diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 52487ab78..b188e871b 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -99,6 +99,10 @@ function hook_hook_info() { * bundles machine names, as found in the objects' 'bundle' property * (defined in the 'entity keys' entry above). Elements: * - label: The human-readable name of the bundle. + * - uri callback: Same as the 'uri callback' key documented above for the + * entity type, but for the bundle only. When determining the URI of an + * entity, if a 'uri callback' is defined for both the entity type and + * the bundle, the one for the bundle is used. * - admin: An array of information that allows Field UI pages to attach * themselves to the existing administration pages for the bundle. * Elements: |