diff options
Diffstat (limited to 'core/modules/file/src/FileViewsData.php')
-rw-r--r-- | core/modules/file/src/FileViewsData.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/file/src/FileViewsData.php b/core/modules/file/src/FileViewsData.php index a5f1934c2ac..a3f7a810fff 100644 --- a/core/modules/file/src/FileViewsData.php +++ b/core/modules/file/src/FileViewsData.php @@ -270,9 +270,9 @@ class FileViewsData extends EntityViewsData { ], ]; - // Provide basic fields from the {file_usage} table to all of the base tables - // we've declared joins to, because there is no 'skip base' property on these - // fields. + // Provide basic fields from the {file_usage} table to all of the base + // tables we've declared joins to, because there is no 'skip base' property + // on these fields. $data['file_usage']['module'] = [ 'title' => $this->t('Module'), 'help' => $this->t('The module managing this file relationship.'), |