Issue #2411303 by zuuperman: Documentation of ViewsArgumentDefault plugins construct method mention 'Date instance' instead of the current class instance
parent
3edf291326
commit
157df3f7ac
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue