Provides the name to use for the summary. By default this is just the name field.
$data: The query results for the row.
Overrides ArgumentPluginBase::summaryName
public function summaryName($data) {
return $this
->caseTransform(parent::summaryName($data), $this->options['case']);
}