id() : -1; $build = [ '#theme' => 'filter_tips', '#long' => TRUE, '#tips' => _filter_tips($tips, TRUE), ]; return $build; } /** * Gets the label of a filter format. * * @param \Drupal\filter\FilterFormatInterface $filter_format * The filter format. * * @return string * The label of the filter format. */ public function getLabel(FilterFormatInterface $filter_format) { return $filter_format->label(); } }