- Issue created by @michaellander
- Merge request !864Added moduleHandler to service and added alter. β (Open) created by michaellander
- π©πͺGermany marcus_johansson
Looks good, fixed minor dependency injection problems.
Modules may extend the ContextDefinitionInterface
, for example core's EntityContextDefinition
and Tool API's ListContextDefinition
and MapContextDefinition
. These may introduce additional methods that need to manipulate property definitions.
Introduce a hook/alter prior to $properties[] = $property;
that has the arguments: $property
and $definition
. This should also happen prior to the `multiple` conversion in
π
Missing 'multiple' handling in ContextDefinitionNormalizer::normalize
Active
.
Active
1.2
AI Core module
Looks good, fixed minor dependency injection problems.