You are here

public function Html::table in Site Audit 8.3

Render the results as a table.

File

src/Renderer/Html.php, line 356

Class

Html

Namespace

Drupal\site_audit\Renderer

Code

public function table($element) {
  return render($element);
}