Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

oddhill/context

Repository files navigation

Context

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

Conditions

Context for Drupal 8 uses the built in condition plugins supplied by Drupal trough the Plugin API. So any conditional plug-ins supplied by other modules can also be used with context.

Reactions

Reactions for the context module are defined trough the new Drupal 8 Plugin API.

The context module defines a plugin type named ContextReaction 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.

About

Context module for Drupal 8.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 9