Skip to content
Snippets Groups Projects
Commit a1059ca5 authored by Jess's avatar Jess
Browse files

Issue #2724363 by martin107, markdorison: The word "abstract" is confusing in...

Issue #2724363 by martin107, markdorison: The word "abstract" is confusing in documentation for Views handlers that are not abstract
parent d9a6637a
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Abstract argument handler for dates.
* Argument handler for dates.
*
* Adds an option to set a default argument based on the current date.
*
......
......@@ -6,7 +6,7 @@
use Drupal\views\ViewExecutable;
/**
* Abstract argument handler for simple formulae.
* Argument handler for simple formulae.
*
* Child classes of this object should implement summaryArgument, at least.
*
......
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