Bachir Soussi Chiadmi 7b9de31a42 footer elements are almost displayed | 6 years ago | |
---|---|---|
.. | ||
modules | 6 years ago | |
src | 6 years ago | |
.editorconfig | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
CHANGELOG.md | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
LICENSE | 6 years ago | |
LICENSE.txt | 6 years ago | |
README.md | 6 years ago | |
composer.json | 6 years ago | |
context.info.yml | 6 years ago | |
context.install | 6 years ago | |
context.module | 6 years ago | |
context.routing.yml | 6 years ago | |
context.services.yml | 6 years ago |
The context module lets you define conditions for when certain reactions should take place.
An example of a condition could be when viewing a certain node type and blocks should be placed as a reaction when viewing a page with this node type.
###Good resources
Context for Drupal 8 uses the built in condition plugins supplied by Drupal through the Plugin API. So any conditional plug-ins supplied by other modules can also be used with context.
Reactions for the context module are defined trough the new Drupal 8 Plugin API.
The context module defines a plugin type named Context Reaction that you can extend when creating your own plugins.
A context reaction requires a configuration form and execute method. The execution of the plugin is also something that will have to be handled by the author of the reaction.