Een hart voor de Drupal Community

Bij make it fly geloven we sterk in Drupal en Open Source software in het algemeen. We maken dagelijks gebruik van vele open source componenten en de vele Drupal modules die beschikbaar zijn. We dragen actief ons steentje bij aan de community door zelf patches, modules en documentatie te voorzien, daarnaast zijn enkele teamleden ook actief in de Drupal User Group vzw.

Een overzicht van onze bijdragen aan de Drupal community vind je terug op onze Drupal.org pagina. Naast het actief meerwerken aan de Drupal community, zetten we ook andere ontwikkelaars op weg door vragen te beantwoorden op Drupal Answers.

  1. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  2. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  3. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  4. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  5. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  6. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  7. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  8. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  9. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  10. Use PHP attributes instead of annotations

    Sven Decabooter

    Problem/Motivation

    Since Drupal 10.2, core uses PHP attributes instead of annotations. Follow this pattern by converting the existing plugin annotations to attributes.

    Proposed resolution

    See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins

    Remaining tasks

    - Convert plugin annotations to attributes. - Update the supported Drupal core version to 10.2+

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  11. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  12. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks in contact submodule for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  13. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  14. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  15. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  16. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  17. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  18. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  19. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

  20. Support OOP hooks

    Sven Decabooter

    Problem/Motivation

    Implement OOP hooks for better OOP & DI support, instead of having all hook logic in the module file.

    Proposed resolution

    Convert hook implementations to OOP hooks, with backwards compatibility. See https://www.drupal.org/node/3442349

    Remaining tasks

    - Define hooks that can be converted into OOP hooks - Create hook clas(ses) to logically bundle relevant hooks with their logic - Add backwards compatibility support

    User interface changes

    N/A

    API changes

    N/A

    Data model changes

    N/A

Sven Decabooter - Drupal Developer

"Onze teamleden bouwen zelf ook mee aan ons geliefde Drupal, en daar zijn we trots op"

Sven Decabooter
Drupal developer

Betrouwbare technologie, naadloze prestaties. Dat zijn onze Drupal-oplossingen.