You are here

8 methods override ArgumentPluginBase::summaryName() in Drupal 8

DayDate::summaryName in 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 in 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.
LanguageArgument::summaryName in core/modules/views/src/Plugin/views/argument/LanguageArgument.php
Overrides \Drupal\views\Plugin\views\argument\ArgumentPluginBase::summaryName().
MonthDate::summaryName in 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.
NumberListField::summaryName in 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.
StringArgument::summaryName in 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.
WeekDate::summaryName in core/modules/views/src/Plugin/views/argument/WeekDate.php
Provide a link to the next level of the view
YearMonthDate::summaryName in 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.