Skip to content
Snippets Groups Projects
Commit 157df3f7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2411303 by zuuperman: Documentation of ViewsArgumentDefault plugins...

Issue #2411303 by zuuperman: Documentation of ViewsArgumentDefault plugins construct method mention 'Date instance' instead of the current class instance
parent 3edf2913
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -33,7 +33,7 @@ class Node extends ArgumentDefaultPluginBase implements CacheablePluginInterface
protected $routeMatch;
/**
* Constructs a new Date instance.
* Constructs a new Node instance.
*
* @param array $configuration
* A configuration array containing information about the plugin instance.
......
......@@ -38,15 +38,14 @@ class Tid extends ArgumentDefaultPluginBase implements CacheablePluginInterface
protected $routeMatch;
/**
* Constructs a new Date instance.
* The vocary storage.
* The vocabulary storage.
*
* @var \Drupal\taxonomy\VocabularyStorageInterface.
*/
protected $vocabularyStorage;
/**
* Constructs a Tid object.
* Constructs a new Tid instance.
*
* @param array $configuration
* A configuration array containing information about the plugin instance.
......
......@@ -34,7 +34,7 @@ class User extends ArgumentDefaultPluginBase implements CacheablePluginInterface
protected $routeMatch;
/**
* Constructs a new Date instance.
* Constructs a new User instance.
*
* @param array $configuration
* A configuration array containing information about the plugin instance.
......
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