Skip to content
Snippets Groups Projects
Commit 1569e3cb authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2089485 by smiletrl: [follow-up]: Clean up for file field type.

parent 4e5a96f8
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -47,16 +47,6 @@ class FileItem extends EntityReferenceItem implements ConfigFieldItemInterface {
*/
static $propertyDefinitions;
/**
* {@inheritdoc}
*/
public function getInstance() {
if (!isset($this->instance) && $parent = $this->getParent()) {
$this->instance = $parent->getInstance();
}
return $this->instance;
}
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment