11.0.x

Add Custom Validation to User Entities

Last updated

Concept: Entity API and Data Storage

Last updated

Output Translatable Strings

Last updated

Concept: Update Hooks

Last updated

Implement hook_help()

Last updated

Concept: Coding Standards

Last updated

Coding standards are vital in collaborative environments like Drupal. These guidelines ensure consistency, readability, and maintainability of the codebase. Drupal has its own coding standards that outline best practices and formatting guidelines, promote code quality, simplify code reviews, and enhance the project's overall health.

In this tutorial, we'll:

Lint Your Code with PHP_CodeSniffer

Last updated

Install Drupal Locally with DDEV

Last updated

Installing Drupal using the instructions in this tutorial will give you a working Drupal site that can be used for learning, or real-world project development.

Before you can work on a Drupal site locally (on your computer), you'll need to set up a local development environment. This includes all the system requirements like PHP and a web server, that Drupal needs in order to run. Our favorite way to accomplish this is using DDEV.

In this tutorial we'll learn:

Theming Drupal Forms with Twig

Last updated

Return JSON, Plain Text, and Other Non-HTML Responses

Last updated