Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,12 +3,12 @@ title: "PHP attributes: coming soon to a Drupal version near you"
date: 2024-04-04
permalink: daily/2024/04/04/php-attributes--coming-soon-to-a-drupal-version-near-you
tags:
- software-development
- drupal
- php
- software-development
- drupal
- php
cta: ~
snippet: |
Have you used PHP attributes in Drupal yet? They've started to be available for some plugin types since version 10.2.
Have you used PHP attributes in Drupal yet? They've started to be available for some plugin types since version 10.2.
---
Since Drupal 10.2, the framework has started to adopt PHP attributes - a new feature since PHP 8 - as an alternative to annotations when defining plugins, such as blocks and queues.