

PhpStorm recognizes and treats files as php files and provides code highlighting based on file type associations. Associating Drupal-specific files with the PHP file type To apply a suggestion, click the link next to the reported event. For each discrepancy, PhpStorm suggests a fix. Whether you enable the Drupal support in an existing PhpStorm project or create a new project with a Drupal module, PhpStorm checks if the development environment is configured properly for Drupal development.Īny detected inconsistency is reported in the Event Log tool window and as a popup. In the Drupal Module dialog that opens, select the Enable Drupal integration checkbox and proceed as when creating a project with a Drupal module: specify the root folder of the Drupal installation, choose the version to use, and configure include paths. PhpStorm detects a Drupal-specific structure and shows a notification:Ĭlick Enable in the notification. When you open an existing Drupal module, PhpStorm recognizes the Drupal-specific structure and suggests activating the Drupal support.Ĭlick Open on the Welcome screen or choose File | Open from the main menu, then choose the folder where your Drupal module is stored. After you leave the dialog, the following paths will be added to the Include Paths list on the PHP page: /includes, /modules, and /sites/all/modules Select the Set up PHP | Include paths checkbox to have Drupal include paths automatically configured for the project. Later you can change the Drupal installation and re-configure the include paths on the Frameworks page as described in Changing the Drupal settings

Specify the root folder of the Drupal installation and choose the version of Drupal to use, the supported versions are 6, 7, 8, and 9.ĭrupal 10 is currently not supported, use version 9 in the IDE settings instead.

In the Location field on the right-hand pane, specify the folder where the project will be created. In the left-hand pane, select Drupal Module. For Drupal 8, a module_ file is generated.Ĭhoose File | New Project or click Create New Project on the PhpStorm Welcome screen. PhpStorm generates and configured a project stub in accordance with the selected Drupal version. You can create a PhpStorm project by a Drupal Module template, this project will be set up and configured in accordance with the Drupal requirements.
