Expression Field
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Defines a new "Expression" field type which will evaluate a mathematical expression.
Defines a new "Expression" field type which will evaluate a mathematical expression.
This module provides support for Search API in References Dialog modules.
The Search dialog should query a Search Index using views, and not directly the database.
There is support only for entity reference fields at the moment.
This module provides a new "Defined table" field type, that allows administrators and content builders to add tables to content.
Table header row and column (data labels) can be either predefined in field settings (the same for a field instance) or set to dynamic and definable per entity.
Possible label sources:
Other table field modules:
This Composer plugin will display a warning when users install or update Drupal packages (via Composer) that are not supported by the Drupal Security team, as per the Security Advisory Policy.
Installing or updating a "non-covered" Drupal package via composer install will display:
This module allow you to send emails after some period to users with some role.
Example: You want to send emails every Monday.
To setup module visit: "/admin/config/services/periodically_mail" path.
Important: The mail is sent when cron runs.
Notice: For HTML emailing you can use extra modules like Mime Mail.
This module utilizes the Singleton design pattern inspired by petrknap/php-singleton
PHP library through composer. This module is only an API to allow you to utilize singletons
for classes you create and does not provide any UI or CLI.
In your PHP class
Image field formatter allowing to set a default image deployable through config management. It stores a file path into config, instead of a content uuid.
The Bitbucket Issues module provides a Bitbucket core API layer for managing git issues from your Drupal website.
Install as usual.
Place the entirety of this directory in the /modules folder of your Drupal
installation. Navigate to Administer > Extend. Check the ‘Enabled’ box next
to the ‘Bitbucket Issues’ and then click the ‘Save Configuration’ button at the bottom.
Populate module settings form with git base url and git user access token.
hook_rebuild() is called after a flush of all Drupal cache's allowing implementing modules to rebuild any required data structures using fresh data that is known to be pulled direct from it's data source.
Fixed version original module.