Issue #2332935 followup by plach: Allow code to respond to entity/field schema changes.

8.0.x
Alex Pott 2014-10-18 15:00:20 +01:00
parent f2cb144af5
commit 2681e4b10a
2 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,6 @@ namespace Drupal\Core\Entity;
/**
* Defines an interface for reacting to entity type creation, deletion, and updates.
*
* @todo Convert to Symfony events: https://www.drupal.org/node/2332935
*/
interface EntityTypeListenerInterface {

View File

@ -9,8 +9,6 @@ namespace Drupal\Core\Field;
/**
* Defines an interface for reacting to field storage definition creation, deletion, and updates.
*
* @todo Convert to Symfony events: https://www.drupal.org/node/2332935
*/
interface FieldStorageDefinitionListenerInterface {