Skip to content
Snippets Groups Projects
Commit 4e6b6ba3 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2084257 by beowulf1416 | joachim: Standardize variable in buildHeader().

parent c33c50be
Branches
Tags
Loading
......@@ -89,13 +89,13 @@ public static function createInstance(ContainerInterface $container, $entity_typ
* {@inheritdoc}
*/
public function buildHeader() {
$row['id'] = t('Field name');
$row['type'] = array(
$header['id'] = t('Field name');
$header['type'] = array(
'data' => t('Field type'),
'class' => array(RESPONSIVE_PRIORITY_MEDIUM),
);
$row['usage'] = t('Used in');
return $row;
$header['usage'] = t('Used in');
return $header;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment