Skip to content
Snippets Groups Projects

Issue [#3252386]

Closed Alex Pott requested to merge issue/drupal-3252386:3252386 into 10.1.x

This adds support for attributes in PHP 8.1 - i.e we need nested attrbiutes.

Edited by Alex Pott

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 {
2 "name": "drupal/core-attribute",
3 "description": "Attribute discovery and implementation of plugins.",
4 "keywords": ["drupal"],
5 "homepage": "https://www.drupal.org/project/drupal",
6 "license": "GPL-2.0-or-later",
7 "require": {
8 "php": ">=8.1.0",
  • Alex Pott resolved all threads

    resolved all threads

  • Alex Pott added 5 commits

    added 5 commits

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    • a518c125 - Allow constraints to be added to context definitions via the constructor

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    • 87a79b30 - Use AttributeDiscoveryWithAnnotations for optimised discovery instead of a decorator

    Compare with previous version

  • Alex Pott added 2 commits

    added 2 commits

    • 7eaad6fa - Convert action plugins to attributes
    • 3018a740 - Use fibers to hopefully isolate plugin discovery

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading