All Categories
Add new custom fields to an existing form.
Adding a Custom Submit Button
Add a custom submit button with specific attributes and custom submit handler.
Adding Custom Form Validation
Add custom validation to a form.
Ajax-Enabled Custom Form Class
Creates a custom form that uses Ajax to update part of the form (a container) whenever the textfield value changes.
Altering Entity View to Add Cache Contexts
Uses hook_entity_view_alter() to add an additional cache context (user permissions) to an entity’s render array.
Attaching Cache Contexts via CacheableMetadata in a Service
How to attach cache contexts to a render array using CacheableMetadata in a custom service.
Basic Cache Get/Set
How to get and set data in the cache using a unique cache ID.
Basic Custom Block Plugin
Creates a simple "Hello World" block.
Basic Form Title and Attributes Alteration
Modify the form title and add custom attributes to the form.
Block Plugin with Cache Metadata
Custom block plugin that defines cache metadata for its render output.
Check configurable field information
Lists all configurable fields of an entity bundle.
Check Drupal directory with Drush
Returns the file system path for modules, themes, etc.
Check environment information with Drush
Gets a summary of the environment status (Drush and Drupal).
Check status report with Drush
Displays the system requirements status (status report).
Check translation updates with Drush
Checks for available translation updates.
Clear translation update status with Drush
Clears translation update status flags.
Configurable Block Plugin
Creates a block plugin that has a configuration form in the block settings.
Create an Admin User using Drush
Creates a new user with a specified username and password.
Creates a new field with Drush
Creates a new field (storage and instance).
Creating a Custom Ajax Command Class
Defines a custom Ajax command class that implements Drupal’s CommandInterface. The command returns a JSON structure with a custom message.
Custom Cache Bin Usage
How to use a custom cache bin (e.g., defined in your module’s services YAML as “cache.my_module_bin”) to store and retrieve data.
Custom Cache Context Plugin
Defines a custom cache context plugin that returns the current hour. (Make sure your object is serializable.)
Custom Cache Service Using Dependency Injection
This snippet defines a service that uses dependency injection to work with the cache backend.
Delete a Record
Deletes a record from a specific table
Dump a whole project
Backs up the code, files and database in a single file.
Dynamic Content Loading (“Load More”) Form
Custom form that displays a list of items and a "Load More" button. When the button is clicked, an Ajax callback appends new items to the list dynamically without a full page reload.
Export translations with Drush
Export translations to a PO file (gettext).
Generate code with Drush
Generate code base (boilerplate) for modules, plugins, etc.
Get maintenance status
Gets the status of the maintenance mode.
Import translations with Drush
Import translations from a .po file.
Insert Data into a Table
Inserts a new record into a table
Install and uninstall a module with drush in Drupal
Install/Uninstalls a module from Drupal. When uninstalling, this also removes any associated configuration.
Invalidating Cache Tags
How to invalidate cached data by using cache tags.
List all Drush commands
Lists all commands available in Drush.
List field entity base information
Lists all base fields of an entity type.
Modifying Existing Fields
Alter properties of existing form fields, such as titles and default values.
Overriding Cache Metadata via Dependency Injection
How to override default cache metadata for a JSON response using dependency inyection.
Overwrite a base field with Drush
Creates a new base field overwrite for a bundle.
Post-Deploy command
Execute several commands after a code deployment.
Remove a field with Drush
Removes a field from an entity bundle.
Remove entities with Drush
Removes content entities.
Render Array with Cache Contexts
How to add cache contexts to a render array so that it varies by the user roles.
Render Array with Cache Metadata
How to add cache contexts, tags, and max-age to a render array.
Returning a Cacheable JSON Response from a Controller
Returns a cacheable JSON response with custom cache metadata (tags, contexts, and max‑age).
Set configuration value with Drush
Sets and saves a configuration value directly.
Simple Select Query
Basic query to fetch results from a specific table
Update Data in a Table
Updates an existing record in a table
Update translations with Drupal
Updates (imports) available translations.
Using #states to Show/Hide Form Elements Conditionally
How to use the #states property to show or hide form elements based on the value of another form element.
Using AJAX in Drupal Forms
How to use AJAX in a Drupal form to dynamically update form elements without a page reload.
View core documentation
Displays detailed documentation on a particular topic.