Implements hook_theme().
public function theme($existing, $type, $theme, $path) : array { return [ 'block_content_add_list' => [ 'variables' => [ 'content' => NULL, ], 'file' => 'block_content.pages.inc', ], ]; }