public functiongetTitle(?Request $request = NULL) {
// Subclasses may pull in the request or specific attributes as parameters.// The title from YAML file discovery may be a TranslatableMarkup object.return (string) $this->pluginDefinition['title'];
}