Getting lots of these types of message in the PHPUnit logs:

Using @Action annotation for plugin with ID domain_access_remove_editor_action is deprecated and is removed from drupal:13.0.0. Use a Drupal\Core\Action\Attribute\Action attribute instead. See https://www.drupal.org/node/3395575

Using @EntityType annotation for plugin with ID domain is deprecated and is removed from drupal:13.0.0. Use a Drupal\Core\Entity\Attribute\EntityType attribute instead. See https://www.drupal.org/node/3395575

Using @EntityReferenceSelection annotation for plugin with ID domain:domain is deprecated and is removed from drupal:13.0.0. Use a Drupal\Core\Entity\Attribute\EntityReferenceSelection attribute instead. See https://www.drupal.org/node/3395575

Using @ViewsAccess annotation for plugin with ID domain is deprecated and is removed from drupal:13.0.0. Use a Drupal\views\Attribute\ViewsAccess attribute instead. See https://www.drupal.org/node/3395575

Using @ViewsFilter annotation for plugin with ID domain_access_filter is deprecated and is removed from drupal:13.0.0. Use a Drupal\views\Attribute\ViewsFilter attribute instead. See https://www.drupal.org/node/3395575

Using @Block annotation for plugin with ID domain_token_block is deprecated and is removed from drupal:13.0.0. Use a Drupal\Core\Block\Attribute\Block attribute instead. See https://www.drupal.org/node/3395575

Comments

mably created an issue. See original summary.

mably’s picture

Issue summary: View changes
mably’s picture

Status: Active » Closed (duplicate)
Related issues: +#3540782: Use PHP attributes instead of annotations for plugins