Implements hook_theme().
public function theme() : array { return [ 'block' => [ 'render element' => 'elements', ], ]; }