Issue #2332935 followup by plach: Allow code to respond to entity/field schema changes.
parent
f2cb144af5
commit
2681e4b10a
|
@ -9,8 +9,6 @@ namespace Drupal\Core\Entity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines an interface for reacting to entity type creation, deletion, and updates.
|
* 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 {
|
interface EntityTypeListenerInterface {
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,6 @@ namespace Drupal\Core\Field;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines an interface for reacting to field storage definition creation, deletion, and updates.
|
* 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 {
|
interface FieldStorageDefinitionListenerInterface {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue