Module Description
This module defines a set of conditions via the Drupal 8 Conditions Plugin API for use with the context module (and others). All conditions are based on the HTTP request data and are as follows:
- Cookie - HTTP header - Query parameters (Ie.: ?param=something ) - Session data
The conditions will be available for use by modules such as Context: https://www.drupal.org/project/context
All conditions added by the module (Headers, Session, Query parameters, Cookies) have the same fields available: - The name of the of cookie, paramaters, header, session variable - the operator to search on ("must equal", "regular expressio", etc) - the value to match by
Maintained by
https://www.drupal.org/u/clivelinsell https://www.drupal.org/u/rjjakes https://www.drupal.org/u/flocondetoile https://www.drupal.org/u/jacobbell84
- Cookie - HTTP header - Query parameters (Ie.: ?param=something ) - Session data
The conditions will be available for use by modules such as Context: https://www.drupal.org/project/context
All conditions added by the module (Headers, Session, Query parameters, Cookies) have the same fields available: - The name of the of cookie, paramaters, header, session variable - the operator to search on ("must equal", "regular expressio", etc) - the value to match by
Maintained by
https://www.drupal.org/u/clivelinsell https://www.drupal.org/u/rjjakes https://www.drupal.org/u/flocondetoile https://www.drupal.org/u/jacobbell84
Module Link
Project Usage
157
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the problem of defining conditions based on HTTP request data for use with the Context module and others in Drupal 8.
Data Name
request_data_conditions