Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
ViewsArgument | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\views\Annotation\ViewsArgument. | |
*/ | |
namespace Drupal\views\Annotation; | |
/** | |
* Defines a Plugin annotation object for views argument handlers. | |
* | |
* @see \Drupal\views\Plugin\views\argument\ArgumentPluginBase | |
* | |
* @ingroup views_argument_handlers | |
* | |
* @Annotation | |
*/ | |
class ViewsArgument extends ViewsHandlerAnnotationBase { | |
} |