Skip to content
Snippets Groups Projects

#3274419 Makes BaseFieldOverride inherit the internal property from the base field.

Closed #3274419 Makes BaseFieldOverride inherit the internal property from the base field.
Closed marios anagnostopoulos requested to merge issue/drupal-3274419:3274419-10.x into 9.5.x
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -145,6 +145,13 @@ public function isComputed() {
return $this->getBaseFieldDefinition()->isComputed();
}
/**
* {@inheritdoc}
*/
public function isInternal() {
return $this->getBaseFieldDefinition()?->isInternal();
}
/**
* {@inheritdoc}
*/
Loading