By quietone on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.1.x
Introduced in version:
11.1.0
Issue links:
Description:
The following plugins now use Attributes. The change notice announcing the use of attributes for plugins is Plugin implementations should use PHP attributes instead of annotations.
| Annotation class | Attribute class |
\Drupal\Core\Entity\Annotation\ConfigEntityType |
\Drupal\Core\Entity\Attribute\ConfigEntityType |
\Drupal\Core\Entity\Annotation\ContentEntityType |
\Drupal\Core\Entity\Attribute\ContentEntityType |
\Drupal\Core\Entity\Annotation\EntityType |
\Drupal\Core\Entity\Attribute\EntityType |
Related
Impacts:
Module developers