How to add custom php codes in pages using drupal?
Answer / Vijay Gautam
To add custom PHP code in pages using Drupal, you can create a custom module and implement hook_page_build() or hook_theme() in the .module file. Then, you can return your PHP code as a renderable array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the browser requirements for drupal?
How can one make the most of drupal? What are the main advantages?
Is drupal is a cms?
Drupal can run on command line?
What is drupal theme?
Name and describe the five conceptual layers in a drupal system.
Is drupal free?
List some seo modules available in drupal.
What is the use of weight field while creating menu?
What does drupal do?
How to port a joomla template to drupal?
What do you mean by "ctools" in drupal?