- last update
over 1 year ago Composer require-dev failure - last update
over 1 year ago Composer require-dev failure - Open on Drupal.org βCore: 10.2.x + Environment: PHP 8.1 & MySQL 8last update
about 1 year ago Waiting for branch to pass - π§πͺBelgium beerendlauwers
I've added two new items to the context for the alter hook:
+ $context['plugin_settings'] = $this->getSettings(); + $context['field_definition'] = $this->fieldDefinition;
I added these because I need to return different fields based on the type of field.
Patch is otherwise identical to #8.