Skip to content
Snippets Groups Projects
Verified Commit 2a7b91d0 authored by Dave Long's avatar Dave Long
Browse files

Issue #3417521 by jayhuskins: Update typing for plugin definition to include object

(cherry picked from commit ed6f70f8)
parent 4b60c58b
No related branches found
No related tags found
7 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words
Pipeline #110610 passed
Pipeline: drupal

#110656

    Pipeline: drupal

    #110643

      Pipeline: drupal

      #110629

        +1
        ......@@ -22,7 +22,7 @@ abstract class PluginBase implements PluginInspectionInterface, DerivativeInspec
        /**
        * The plugin implementation definition.
        *
        * @var array
        * @var \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|array
        */
        protected $pluginDefinition;
        ......
        ......@@ -23,7 +23,7 @@ public function getPluginId();
        /**
        * Gets the definition of the plugin implementation.
        *
        * @return array
        * @return \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|array
        * The plugin definition, as returned by the discovery object used by the
        * plugin manager.
        */
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment