public functiongetConfiguration() {
$configuration = parent::getConfiguration();
// Set the label to the static title configured in the view.if (!empty($configuration['views_label'])) {
$configuration['label'] = $configuration['views_label'];
}
return$configuration;
}