Provides a theme_table compatible array of headers.
Return value
array
A theme_table compatible array of headers.
File
- drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php, line 92
- Contains \Drupal\system\Plugin\PluginUIBase.
Class
- PluginUIBase
- Provides defaults for creating user interfaces for plugins of a given type.
Namespace
Drupal\system\Plugin
Code
public function tableHeader() {
return array(
t('Title'),
t('Operations'),
);
}