Issue [#3252386]
This adds support for attributes in PHP 8.1 - i.e we need nested attrbiutes.
Edited by Alex Pott
Merge request reports
Activity
added 1 commit
- 0cd95365 - Initial work with working block plugins discovered via attributes
added 3 commits
-
0cd95365...3eb8a344 - 2 commits from branch
project:10.0.x
- eb45d871 - Initial work with working block plugins discovered via attributes
-
0cd95365...3eb8a344 - 2 commits from branch
added 2 commits
added 1 commit
- 3a225526 - Better move to core for block_content access stuff
added 14 commits
-
3407b10a...638c8bdb - 5 commits from branch
project:10.0.x
- e124dded - Initial work with working block plugins discovered via attributes
- fe910dba - Add note about performance
- f6d95d25 - Layout Builder code has a hidden dependency on Block Content!
- b37b2a47 - Move more thngs to core
- 9d3ff3c2 - Preserve BC interface
- d4a5a30b - Better move to core for block_content access stuff
- 075b4e90 - Move classes about to maintain BC
- a8442227 - revert the block content / layout builder changes
- 7ebcdeb2 - Use alternate fix from #3255804 - it is way smaller and less impact
Toggle commit list-
3407b10a...638c8bdb - 5 commits from branch
added 1 commit
- 8ae84954 - Prove we can coverter the InlineBlock tricky plugin to PHP attribute discovery
added 62 commits
-
8ae84954...3db8f620 - 58 commits from branch
project:10.0.x
- bb79515d - Merge branch '10.0.x' into 3252386
- 88e4efeb - Do some more block conversions
- e0a0fa0e - Fix NodeBlockFunctionalTest
- fb43a6f2 - Convert all the blocks
Toggle commit list-
8ae84954...3db8f620 - 58 commits from branch
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", changed this line in version 29 of the diff
added 5 commits
-
d2bf2e2b...2f1c7166 - 2 commits from branch
project:10.0.x
- ead73f2b - Merge branch '10.0.x' into 3252386
- f2098b24 - Merge branch '10.0.x' into 3252386
- cc1110e6 - admin_label is not always defined
Toggle commit list-
d2bf2e2b...2f1c7166 - 2 commits from branch
added 1 commit
- a518c125 - Allow constraints to be added to context definitions via the constructor
added 1 commit
- 87a79b30 - Use AttributeDiscoveryWithAnnotations for optimised discovery instead of a decorator
Please register or sign in to reply