Skip to content

Commit

Permalink
DDST-166: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bibliophileaxe committed Jun 19, 2024
1 parent c1fd912 commit 92c0784
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ further information.

1. **Unique Constraints**: The module can add a unique constraint to specified fields of an entity.

2. **Entity Base Field Alteration**: The module implements the `hook_entity_base_field_info_alter` hook to add unique constraints to the fields of an entity if the entity type is an instance of `ContentEntityTypeInterface`.
2. **Entity Base Field Alteration**: The module implements the `hook_entity_base_field_info_alter` hook to add constraints to the configured fields.

3. **Entity Bundle Field Alteration**: The module implements the `hook_entity_bundle_field_info_alter` hook to add unique constraints to the fields of an entity bundle if the entity type is an instance of `ContentEntityTypeInterface`.
3. **Entity Bundle Field Alteration**: The module implements the `hook_entity_bundle_field_info_alter` hook to add constraints to the configured fields.

4. **Entity Pre-save**: The module implements the `hook_entity_presave` hook to revert the value of the suffix field if it is changed. This is needed for spreadsheet ingest.

Expand Down

0 comments on commit 92c0784

Please sign in to comment.