Commit 1e5d29c4 authored by catch's avatar catch
Browse files

fix: #3349434 docs for ViewsDataHelper::fetchFields() don't explain how global works

By: joachim
By: peter törnstrand
(cherry picked from commit fd07aa21)
parent 519f9a10
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -37,7 +37,9 @@ public function __construct(ViewsData $views_data) {
   * Fetches a list of all fields available for a given base type.
   *
   * @param array|string $base
   *   A list or a single base_table, for example node.
   *   A list or a single base_table, for example 'node'. The special table
   *   name '#global' can be used to return the global Views handlers for the
   *   requested $type.
   * @param string $type
   *   The handler type, for example field or filter.
   * @param bool $grouping