Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How will you create custom hook?



How will you create custom hook?..

Answer / Neelam Goswami

To create a custom hook, follow these steps:
1. Decide on the name for your custom hook. It should be prefixed with your module's machine name.
2. Implement the custom hook function in your custom module file (e.g., mymodule.module).
```php
function MYMODULE_mymodule_hook() {
// Custom hook implementation goes here.
}
```
3. Call your custom hook where needed, such as within other modules or in core hooks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Drupal Interview Questions

What is contexts, panels, variants in panel?

1 Answers  


What is difference between drupal 7 and 8?

1 Answers  


Can I use drupal on the command line?

1 Answers  


How to move a drupal site from one host/server to another on your new host?

1 Answers  


Do the content management systems generate the code that are compliant to the various standards of coding?

1 Answers  


What is a view in drupal 8?

1 Answers  


What is module in drupal? List out some of the modules used in drupal?

1 Answers  


How search works in drupal?

1 Answers  


Which design pattern used by drupal?

1 Answers  


Why is drupal used?

1 Answers  


What are drupal nodes?

1 Answers  


What are breadcrumbs ?

1 Answers  


Categories