Issue #2411323 by tadityar: FieldStorageConfig::isRequired should not exist

8.0.x
Alex Pott 2015-01-23 12:32:18 +00:00
parent 369771b605
commit 82fad36b78
1 changed files with 0 additions and 7 deletions

View File

@ -588,13 +588,6 @@ class FieldStorageConfig extends ConfigEntityBase implements FieldStorageConfigI
return $this->cardinality;
}
/**
* {@inheritdoc}
*/
public function isRequired() {
return FALSE;
}
/**
* {@inheritdoc}
*/