Popular Packages
-
PHP
stevebauman/calendar-helper
A Laravel calendar package for using a Google Calendar Service Account
-
drupal-eca-recipe/eca_lib_0009
This example model changes the behaviour when editing a content of type "article" in a form:- It groups the title and body field together- It makes sure that the body field is not empty, when trying to publish the article.
-
drupal-eca-recipe/eca_lib_0008
This module redirects page requests, that would normaly respond with a "403 Access denied" page, to the login form. Very much like the module "Redirect 403 To Login Page" which can be replaced with this model.Note: this model requires ECA 1.2, or you need to apply the patch from https://www.drupal.o
-
drupal-eca-recipe/eca_lib_0006
This model demonstrates how to loop over all values of a multi value field without using custom events.
-
drupal-eca-recipe/eca_lib_0005
Users have references to a number of networks and when one gets added or deleted, this model recognizes the exact change and displays different messages about it.For further reading, please [go to this tutorial](/resources/tutorials/btown-1/).
-
drupal-eca-recipe/eca_lib_0004
Demonstrates how to express an if/elseif/else decision in an ECA model, the pattern people usually reach for when they want a PHP switch statement. ECA has neither a switch construct nor a working exclusive gateway, so the model uses the sentinel-default idiom instead: it assigns the default value u
-
drupal-eca-recipe/eca_lib_0003
Redirects a request for an unpublished article node to the contact form when the visitor does not hold the core permission for viewing their own unpublished content.
-
drupal-eca-recipe/eca_lib_0001
If a node page gets requested and the node is of type "article", a message will be printed.This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached.
-
drupal-eca-recipe/eca_test_0010
Forward tokens to custom event
-
-
drupal-eca-recipe/eca_test_0009
Set field values
-
drupal-eca-recipe/eca_test_0008
Save new entity
-
drupal-eca-recipe/eca_test_0007
Redirects for deleted entities
-
drupal-eca-recipe/eca_test_0006
Write Log Message