Data Layer hooks in dataLayer 7
Same name and namespace in other branches
- 8 datalayer.api.php \datalayer_hooks
Hooks that can be implemented to externally extend the Data Layer module.
File
- ./
datalayer.api.php, line 12 - Documentation for the Data Layer module.
Functions
Name | Location | Description |
---|---|---|
hook_datalayer_alter |
./ |
Alter the Data Layer data before it is output to the screen. |
hook_datalayer_ENTITY_TYPE_meta |
./ |
Provide candidate entity properties for specific entity types. |
hook_datalayer_ENTITY_TYPE_meta_alter |
./ |
Alter entity specific Data Layer data before it is output to the screen. |
hook_datalayer_meta |
./ |
Provide candidate entity properties for output to the screen. |
hook_datalayer_meta_alter |
./ |
Alter the Data Layer data before it is output to the screen. |