Issue #2411303 by zuuperman: Documentation of ViewsArgumentDefault plugins construct method mention 'Date instance' instead of the current class instance

8.0.x
Alex Pott 2015-02-16 23:14:31 +00:00
parent 3edf291326
commit 157df3f7ac
3 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.