Type::summaryName |
function |
core/modules/node/src/Plugin/views/argument/Type.php |
Override the behavior of summaryName(). Get the user friendly version
of the node type. |
DayDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Provides the name to use for the summary. By default this is just
the name field. |
FullDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/FullDate.php |
Provides the name to use for the summary. By default this is just
the name field. |
WeekDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/WeekDate.php |
Provide a link to the next level of the view |
MonthDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/MonthDate.php |
Provides the name to use for the summary. By default this is just
the name field. |
YearMonthDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/YearMonthDate.php |
Provides the name to use for the summary. By default this is just
the name field. |
StringArgument::summaryName |
function |
core/modules/views/src/Plugin/views/argument/StringArgument.php |
Provides the name to use for the summary. By default this is just
the name field. |
StringListField::summaryName |
function |
core/modules/options/src/Plugin/views/argument/StringListField.php |
Provides the name to use for the summary. By default this is just
the name field. |
NumberListField::summaryName |
function |
core/modules/options/src/Plugin/views/argument/NumberListField.php |
Provides the name to use for the summary. By default this is just
the name field. |
LanguageArgument::summaryName |
function |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php |
Overrides \Drupal\views\Plugin\views\argument\ArgumentPluginBase::summaryName(). |
ArgumentPluginBase::summaryName |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provides the name to use for the summary. By default this is just
the name field. |
ArgumentPluginBase::summaryNameField |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Add the name field, which is the field displayed in summary queries.
This is often used when the argument is numeric. |