Issue #2411323 by tadityar: FieldStorageConfig::isRequired should not exist
parent
369771b605
commit
82fad36b78
|
@ -588,13 +588,6 @@ class FieldStorageConfig extends ConfigEntityBase implements FieldStorageConfigI
|
||||||
return $this->cardinality;
|
return $this->cardinality;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function isRequired() {
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue