Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Drush for Developers - Second Edition
  • Table Of Contents Toc
Drush for Developers - Second Edition

Drush for Developers - Second Edition

By : Juan Pablo Novillo Requena, Juan P Novillo Requena
4.5 (6)
close
close
Drush for Developers - Second Edition

Drush for Developers - Second Edition

4.5 (6)
By: Juan Pablo Novillo Requena, Juan P Novillo Requena

Overview of this book

This book is a best fit for backend developers with a basic knowledge of Drupal's APIs and some experience using the command line. Perhaps you already worked on one or two Drupal projects, but have never dived deep into Drush's toolset. In any case, this book will give you a lot of advice by covering real-world challenges in Drupal projects that can be solved using Drush.
Table of Contents (8 chapters)
close
close
2
2. Keeping Database Configuration and Code Together
7
Index

Browsing hook implementations

So far, we saw some hooks that Drush supports before and after running a command. In order to discover them, Drush offers a debugging mode to view all the hooks that we can implement for a given command and check whether they were executed or not on runtime.

In the following example, we will define a very simple command that we will use to test the handy option --show-invoke, which prints all the function callbacks where Drush attempts to find a match. We will create this command under $HOME/.drush/testhooks.drush.inc, which makes it available for us everywhere in the command-line interface for our user:

<?php
/**
 * @file
 * Sample Drush command to test hook invocations.
 */

/**
 * Implements hook_drush_command().
 */
function testhooks_drush_command() {
  $items = array();
  $items['testhooks'] = array(
    'description' => 'Dummy command to test command invocations.',
     // No bootstrap at all.
    'bootstrap&apos...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Drush for Developers - Second Edition
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon