You are here

public function ModuleMissingMessageFixer::getTableHeader in Module Missing Message Fixer 2.0.x

Same name and namespace in other branches
  1. 8 src/ModuleMissingMessageFixer.php \Drupal\module_missing_message_fixer\ModuleMissingMessageFixer::getTableHeader()

Set the table headers for the ui and drush.

Return value

string[] Format: $[$column_key] = $cell

File

src/ModuleMissingMessageFixer.php, line 59

Class

ModuleMissingMessageFixer
Class ModuleMissingMessageFixer.

Namespace

Drupal\module_missing_message_fixer

Code

public function getTableHeader() {
  return [
    'name' => 'Name',
    'type' => 'Type',
  ];
}