Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
typed data system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2014 at 19:38 UTC
Updated:
15 Mar 2024 at 10:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
MixologicComment #2
dawehner+1
Comment #4
Mixologicseems as though testbot ran out of space.
Comment #5
dawehner1: drupal-MetadataFactoryInterface-typehinting-2254193-31d1114-4.patch queued for re-testing.
Comment #11
dawehnerstill green.
Comment #12
alexpottThis is a bit more complex that it first looks.
Metadatahas no dependency on the factory. ButPropertyContainerMetadatadoes - however this extendsMetadata.PropertyContainerMetadata::getPropertyMetadata()constructsMetadatawithout a factory (does this actually work with a php error). I would argue thatMetadataFactory::getMetadataFor()should construct each object with the correct dependencies. SoMetadatashould have a constructor without the factory andPropertyContainerMetadatashould.Comment #26
amateescu commentedMetadataFactory was removed in #2343035: Upgrade validator integration for Symfony versions 2.5+.