Skip to content
Snippets Groups Projects
Commit e114ff92 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2268467 followup by fago: Document foreseeable changes to conditions and action APIs.

parent fd2a2150
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -10,7 +10,7 @@
/**
* Interface for context definitions.
*
* WARNING: This interface is going to receive some additions as part of
* @todo WARNING: This interface is going to receive some additions as part of
* https://www.drupal.org/node/2346999.
*/
interface ContextDefinitionInterface {
......
......@@ -13,8 +13,8 @@
/**
* Provides an interface for an Action plugin.
*
* WARNING: The action API is going to receive some additions before release.
* The following additions are likely to happen:
* @todo WARNING: The action API is going to receive some additions before
* release. The following additions are likely to happen:
* - The way configuration is handled and configuration forms are built is
* likely to change in order for the plugin to be of use for Rules.
* - Actions are going to become context-aware in
......
......@@ -27,12 +27,11 @@
*
* @todo Replace the dependency on \Drupal\Core\Form\FormInterface with a new
* interface from https://drupal.org/node/2006248.
*
* WARNING: The condition API is going to receive some additions before release.
* @todo WARNING: The condition API is going to receive some additions before release.
* The following additions are likely to happen:
* - The way configuration is handled and configuration forms are built is
* likely to change in order for the plugin to be of use for Rules.
* - Condition will receive a data processing API that allows for token
* - Conditions will receive a data processing API that allows for token
* replacements to happen outside of the plugin implementations,
* see https://www.drupal.org/node/2347023.
* - Conditions will have to implement access control for checking who is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment