Skip to content

4.6.7

Choose a tag to compare

@joachim-n joachim-n released this 02 Jul 20:47
· 37 commits to main since this release

New features:

  • Added a generator for a Drupal CLI command. Fixes #432.
  • Changed to use ::class constant for machine_name exists callback in generated config entity form. Fixes #437.

Bug fixes:

  • Fixed missing full stop at end of generated form element description. Fixes #438.

Internal:

  • Added support for nullable parameter types to method tester parameters assertions.
  • Added forcing of parameter as nullable if the default value is NULL.
  • Added support for parameter attributes.
  • Added method to render an attribute into an existing array of lines.