Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Field / FieldStorageDefinitionInterface.php
index 1b842b9ef56fd9f7e5bf6e249220f50d643e7140..d703659bdbf257aac88bbd647c1be6d087484367 100644 (file)
@@ -109,6 +109,12 @@ interface FieldStorageDefinitionInterface extends CacheableDependencyInterface {
    *
    * @return bool
    *   TRUE if the field is queryable.
+   *
+   * @deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Use
+   *   \Drupal\Core\Field\FieldStorageDefinitionInterface::hasCustomStorage()
+   *   instead.
+   *
+   * @see https://www.drupal.org/node/2856563
    */
   public function isQueryable();