Skip to content
Snippets Groups Projects
Verified Commit 457f25f4 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3484374 by daniel.j, joachim: Incorrect docs for Views::fetchPluginNames()

parent c1927736
Branches
Tags
16 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!10210Issue #3487907: Drupal.displace() use getComputedStyle() for hidden chk.,!1010411.1.x,!5423Draft: Resolve #3329907 "Test2",!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3478Issue #3337882: Deleted menus are not removed from content type config,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!579Issue #2230909: Simple decimals fail to pass validation,!213Issue #2906496: Give Media a menu item under Content
Pipeline #328710 passed with warnings
Pipeline: drupal

#328725

    Pipeline: drupal

    #328719

      Pipeline: drupal

      #328714

        ......@@ -127,7 +127,7 @@ public static function getView($id) {
        }
        /**
        * Fetches a list of all base tables available.
        * Fetches a list of plugin names for a given type.
        *
        * @param string $type
        * Either 'display', 'style' or 'row'.
        ......@@ -138,7 +138,8 @@ public static function getView($id) {
        * An array of possible base tables.
        *
        * @return array
        * A keyed array of in the form of 'base_table' => 'Description'.
        * A sorted associative array of in the form 'plugin_id' => 'Plugin title'.
        * If no plugins are found, an empty array is returned.
        */
        public static function fetchPluginNames($type, $key = NULL, array $base = []) {
        $definitions = static::pluginManager($type)->getDefinitions();
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment