Closed (fixed)
Project:
Schemata
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2018 at 18:02 UTC
Updated:
4 Aug 2018 at 06:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dawehnerComment #3
e0ipso@dawehner I like this. Are all the references ensured to have that method?
Comment #4
dawehnerThank you for your quick feedback @e0ipso
protected function normalizeRelationship(FieldDefinitionInterface $field_definition) {is the signature we are looking at and that interface has the method on it.In other words, yes :)
Comment #5
e0ipsoFixed! Thanks!