You can define custom permissions on the permissions page, and check that permissions in your code to do different things based on the role of the user and the permissions.
Menu
X Close
You can define custom permissions on the permissions page, and check that permissions in your code to do different things based on the role of the user and the permissions.
1. Why do we need Batch API
2. How Drupal's Batch API works ?
3. Use cases.
In Drupal 8.4.X and later releases, Drush 9+ is the recommended version.
You can check more detail in https://www.drush.org/latest/install/#drupal-compatibility
Campbell Tilley
|
Jun 2019
In this article we will look at what's involved in creating a custom checkout pane. The example checkout pane will enable a customer comments section in the Order Information step.
Si Hobbs
|
Jun 2019
This article shows how to create a select field filter for an existing views field. This works great for date fields where you want the user to select "Past events" or "Current events" from an exposed filter.
Campbell Tilley
|
Oct 2018
So you've got a View with an exposed filter on an Entity Reference field? And the exposed filter is only allowing you to pass through the Entity ID? I had the same problem... but lucky for you, I've found a solution and I'm sharing it with you!
Campbell Tilley
|
Aug 2018
In addition to the comment notification hook I recently blogged about, I’ve created a custom Webform Handler that sends a notification to slack each time a new submission is made.
Campbell Tilley
|
Jul 2018
I recently created a custom module for the Lil Engine website, that will send a message to slack when a new comment is published. This blog will guide you through integrating Slack and Drupal and the tools needed.
Campbell Tilley
|
Sep 2017
If you're looking to extend your WYSIWYG experience with text filters that will provide markup for your code, there are contributed modules out there that can do just this. Although, sometimes what you're given isn't enough and a patch or custom module is required.
Si Hobbs
|
Aug 2017
Drupal distributions can be ungainly, and unsuitable as a base when you need to customise your application. However, Reservoir has set positioned itself to be the gold standard of Drupal as a headless application.
Si Hobbs
|
Aug 2017
Making the switch to Composer can be daunting, so here's a leg up to get you started.