X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FViewsData.php;h=09522b984f5a6fc22a242bcaf89c05bb6e2bd64a;hb=refs%2Fheads%2Fd864;hp=e5281abf364516221efc3f5ccf6f2c4310c11966;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/src/ViewsData.php b/web/core/modules/views/src/ViewsData.php index e5281abf3..09522b984 100644 --- a/web/core/modules/views/src/ViewsData.php +++ b/web/core/modules/views/src/ViewsData.php @@ -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 *