'dashlet-header']); $header->add(t('Custom Url')); return $header; } protected function assembleSummary(): BaseHtmlElement { $section = HtmlElement::create('section', ['class' => 'caption']); $section->add(t('Create a dashlet with custom url and filter')); return $section; } }