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

8.0.x
Alex Pott 2014-10-04 16:25:10 +02:00
parent fd2a2150cb
commit e114ff92f1
3 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,7 @@ namespace Drupal\Component\Plugin\Context;
/**
* 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 {

View File

@ -13,8 +13,8 @@ use Drupal\Core\Executable\ExecutableInterface;
/**
* 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

View File

@ -27,12 +27,11 @@ use Drupal\Core\Plugin\PluginFormInterface;
*
* @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