drupal-hooks Questions
2
Solved
I've had success using preprocess page hooks such as:
function mytheme_preprocess_page__node_front(&$variables) {
...
}
and
function mytheme_preprocess_page__node_12(&$variables) {
.....
Tallboy asked 3/5, 2017 at 23:22
1
I am having the same issue as outlined here but the solutions below do not work. I do have "Commerce Product Option" enabled.
I also alter the price using this hook,
function mectronic_get_amoun...
Citified asked 13/7, 2015 at 15:29
2
Solved
What Ties a Drupal Hook to a Particular Module?
In Drupal 7, every core module has an "api" file
$ ls modules/*/*.api.php
modules/aggregator/aggregator.api.php modules/openid/openid.api.php
modul...
Trustee asked 15/2, 2011 at 4:18
1
Solved
In Drupal 7, every core module has a *.api.php file, where * is the name of the module. For example
modules/node/node.api.php
modules/path/path.api.php
What are these files for? They contain fun...
Ozenfant asked 15/2, 2011 at 1:34
1
© 2022 - 2024 — McMap. All rights reserved.