Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / ViewsData.php
index e5281abf364516221efc3f5ccf6f2c4310c11966..09522b984f5a6fc22a242bcaf89c05bb6e2bd64a 100644 (file)
@@ -133,10 +133,8 @@ class ViewsData {
    *
    * @param string|null $key
    *   The key of the cache entry to retrieve. Defaults to NULL, this will
-   *   return all table data.
-   *
-   * @deprecated NULL $key deprecated in Drupal 8.2.x and will be removed in
-   * 9.0.0. Use getAll() instead.
+   *   return all table data. NULL $key deprecated in Drupal 8.2.x and will be
+   *   removed in 9.0.0. Use getAll() instead.
    *
    * @see https://www.drupal.org/node/2723553
    *