- πΊπΈUnited States smustgrave
Since there hasn't been a follow up to #30 going to close out for now.
If still valid please reopen answering #17
Assigning this to the field system component because that's where I came at it from. Please update as needed.
I want to encapsulate the public properties of FieldConfigBase
, as per
#2030637: Expand FieldConfig/BaseFieldOverride/FieldConfigBase with methods β
. FieldConfigBase
implements DataDefinitionInterface
.
This is difficult because DataDefinitionInterface
doesn't allow for $settings
to be protected or private, since it only supports a getter and not a setter.
Add setSettings()
and setSetting()
to DataDefinitionInterface
, or perhaps create another interface with a name less cumbersome than DataDefinitionWithWritableSettingsInterface
.
Waiting for a namespace, see #17 π Figure out how to encapsulate writable settings supplied by DataDefinitionInterface Closed: outdated so that patch can be updated.
Closed: outdated
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up to #30 going to close out for now.
If still valid please reopen answering #17