X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fviews.api.php;h=e6af1982f779cf24add42207a2a04bd6229cf718;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=c21b9c54e8bf0afc02f349b9da2889e3fd808c33;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/views.api.php b/web/core/modules/views/views.api.php index c21b9c54e..e6af1982f 100644 --- a/web/core/modules/views/views.api.php +++ b/web/core/modules/views/views.api.php @@ -544,11 +544,11 @@ function hook_field_views_data(\Drupal\field\FieldStorageConfigInterface $field_ * default data that views_field_default_views_data() supplies for the * field storage. * - * @param array $data - * The views data for the field storage. This has the same format as the - * return value of hook_views_data(). - * @param \Drupal\field\FieldStorageConfigInterface $field_storage - * The field storage config entity. + * @param array $data + * The views data for the field storage. This has the same format as the + * return value of hook_views_data(). + * @param \Drupal\field\FieldStorageConfigInterface $field_storage + * The field storage config entity. * * @see views_views_data() * @see hook_field_views_data()