X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FField%2FFieldStorageDefinitionInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FField%2FFieldStorageDefinitionInterface.php;h=d3711f7dc76dc9deec9703746009ddf073fefc1f;hp=9331d945bf136d1f67462e45059dac8234162c61;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php index 9331d945b..d3711f7dc 100644 --- a/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php +++ b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php @@ -97,7 +97,11 @@ interface FieldStorageDefinitionInterface extends CacheableDependencyInterface { public function setTranslatable($translatable); /** - * Returns whether the field is revisionable. + * Returns whether the field storage is revisionable. + * + * Note that if the entity type is revisionable and the field storage has a + * cardinality higher than 1, the field storage is considered revisionable + * by default. * * @return bool * TRUE if the field is revisionable.