/**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['title'] = t('Title');
     $header['type'] = t('Type');
     $header['status'] = t('Status');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader() {
   $header = [
     'label' => $this->t('Label'),
     'type' => [
       'data' => $this->t('Type'),
       'class' => [RESPONSIVE_PRIORITY_MEDIUM],
     ],
     'owner' => [
       'data' => $this->t('Owner'),
       'class' => [RESPONSIVE_PRIORITY_LOW],
     ],
     'status' => $this->t('Status'),
     'changed' => [
       'data' => $this->t('Updated'),
       'class' => [RESPONSIVE_PRIORITY_LOW],
     ],
   ];
   if (\Drupal::languageManager()->isMultilingual()) {
     $header['language_name'] = [
       'data' => $this->t('Language'),
       'class' => [RESPONSIVE_PRIORITY_LOW],
     ];
   }
   return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = t('FooBarID');
     $header['label'] = t('Label');
     $header['foo-bar_field'] = t('FooBarField');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('Component ID');
     $header['name'] = $this->t('Name');
     $header['uuid'] = $this->t('Component UUID');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  *
  * Building the header and content lines for the contact list.
  *
  * Calling the parent::buildHeader() adds a column for the possible actions
  * and inserts the 'edit' and 'delete' links as defined for the entity type.
  */
 public function buildHeader()
 {
     foreach ($this->show_fields as $name => $label) {
         $header[$name] = $this->t($label);
     }
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader() {
   $header = array(
     'information_id' => array(
       'data' => $this->t('Information ID'),
       'class' => array(RESPONSIVE_PRIORITY_LOW),
     ),
     'payment_method' => array(
       'data' => $this->t('Payment method'),
       'class' => array(RESPONSIVE_PRIORITY_MEDIUM),
     ),
     'owner' => array(
       'data' => $this->t('Owner'),
       'class' => array(RESPONSIVE_PRIORITY_LOW),
     ),
     'status' => $this->t('Status'),
     'created' => array(
       'data' => $this->t('Created'),
       'class' => array(RESPONSIVE_PRIORITY_LOW),
     ),
     'changed' => array(
       'data' => $this->t('Changed'),
       'class' => array(RESPONSIVE_PRIORITY_LOW),
     ),
   );
   return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('Content Entity Showcase ID');
     $header['name'] = $this->t('Name');
     $header['interns'] = $this->t('Coolest Intern Ever');
     return $header + parent::buildHeader();
 }
  /**
   * {@inheritdoc}
   */
  public function buildHeader() {
    $header = [
      'order_id' => [
        'data' => $this->t('Order ID'),
        'class' => [RESPONSIVE_PRIORITY_LOW],
      ],
      'type' => [
        'data' => $this->t('Order type'),
        'class' => [RESPONSIVE_PRIORITY_MEDIUM],
      ],
      'owner' => [
        'data' => $this->t('Owner'),
        'class' => [RESPONSIVE_PRIORITY_LOW],
      ],
      'status' => $this->t('Status'),
      'created' => [
        'data' => $this->t('Created'),
        'class' => [RESPONSIVE_PRIORITY_LOW],
      ],
      'updated' => [
        'data' => $this->t('Updated'),
        'class' => [RESPONSIVE_PRIORITY_LOW],
      ],
    ];

    return $header + parent::buildHeader();
  }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header = array();
     $header['date'] = $this->t('Activity Date');
     $header['title'] = $this->t('Title');
     $header['type'] = $this->t('Activity type');
     return $header + parent::buildHeader();
 }
Exemple #10
0
 /**
  * {@inheritdoc}
  *
  * Building the header and content lines for the contact list.
  *
  * Calling the parent::buildHeader() adds a column for the possible actions
  * and inserts the 'edit' and 'delete' links as defined for the entity type.
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('ContactID');
     $header['name'] = $this->t('Name');
     $header['first_name'] = $this->t('First Name');
     $header['gender'] = $this->t('Gender');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header = array();
     $header['label'] = $this->t('Label');
     $header['type'] = array('data' => $this->t('Contact type'), 'class' => array(RESPONSIVE_PRIORITY_MEDIUM));
     $header['changed'] = array('data' => $this->t('Updated'), 'class' => array(RESPONSIVE_PRIORITY_LOW));
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['name'] = t('Name');
     $header['source'] = t('Source');
     $header['grade_valuation_type'] = t('Valuation type');
     $header['grade_display_type'] = t('Display type');
     $header['multiplicator'] = t('Multiplicator');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     // Enable language column and filter if multiple languages are added.
     $header = array('title' => $this->t('Title'), 'type' => array('data' => $this->t('Content type'), 'class' => array(RESPONSIVE_PRIORITY_MEDIUM)), 'author' => array('data' => $this->t('Author'), 'class' => array(RESPONSIVE_PRIORITY_LOW)), 'status' => $this->t('Status'), 'changed' => array('data' => $this->t('Updated'), 'class' => array(RESPONSIVE_PRIORITY_LOW)));
     if (\Drupal::languageManager()->isMultilingual()) {
         $header['language_name'] = array('data' => $this->t('Language'), 'class' => array(RESPONSIVE_PRIORITY_LOW));
     }
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['name'] = t('Name');
     $header['lowest'] = t('Lowest');
     $header['highest'] = t('Highest');
     $header['pass'] = t('Pass');
     $header['hidden'] = t('Hidden');
     $header['locked'] = t('Locked');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['type'] = $this->t('Type');
     $header['user'] = $this->t('Auth User');
     $header['owner'] = $this->t('Owner');
     $header['id'] = $this->t('ID');
     $header['name'] = $this->t('Token');
     $header['resource'] = $this->t('Resource');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     // @todo: add responsive priority
     $header['name'] = t('Name');
     $header['display_name'] = t('Display name');
     $header['grade_aggregation_type'] = t('Aggregation type');
     $header['exclude_empty'] = t('Exclude empty');
     $header['drop_lowest'] = t('Drop lowest items');
     $header['author'] = t('Author');
     return $header + parent::buildHeader();
 }
Exemple #17
0
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header = array('username' => array('data' => $this->t('Username'), 'field' => 'name', 'specifier' => 'name'), 'status' => array('data' => $this->t('Status'), 'field' => 'status', 'specifier' => 'status', 'class' => array(RESPONSIVE_PRIORITY_LOW)), 'roles' => array('data' => $this->t('Roles'), 'class' => array(RESPONSIVE_PRIORITY_LOW)), 'member_for' => array('data' => $this->t('Member for'), 'field' => 'created', 'specifier' => 'created', 'sort' => 'desc', 'class' => array(RESPONSIVE_PRIORITY_LOW)), 'access' => array('data' => $this->t('Last access'), 'field' => 'access', 'specifier' => 'access', 'class' => array(RESPONSIVE_PRIORITY_LOW)));
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('Quiz ID');
     $header['name'] = $this->t('Name');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('Checkstyle issue ID');
     $header['issue_type'] = $this->t('Issue type');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  *
  * Building the header and content lines for the contact list.
  *
  * Calling the parent::buildHeader() adds a column for the possible actions
  * and inserts the 'edit' and 'delete' links as defined for the entity type.
  */
 public function buildHeader()
 {
     $entity = $this->workflow_entity;
     // N.B. This is a custom variable.
     $field_name = workflow_url_get_field_name();
     $header['timestamp'] = $this->t('Date');
     if ($this->showColumnFieldname($entity)) {
         $header['field_name'] = $this->t('Field name');
     }
     $header['from_state'] = $this->t('From State');
     $header['to_state'] = $this->t('To State');
     $header['user_name'] = $this->t('By');
     $header['comment'] = $this->t('Comment');
     // column 'Operations' is now added by core.
     //$header['operations'] = $this->t('Operations');
     return $header + parent::buildHeader();
 }
Exemple #21
0
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('ID');
     $header['title'] = $this->t('Title');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader() {
   $header['name'] = $this->t('Update Time');
   $header['type'] = $this->t('Update Type');
   return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = $this->t('Online message ID');
     $header['name'] = $this->t('Name');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header = ['order_id' => ['data' => $this->t('Order ID'), 'class' => [RESPONSIVE_PRIORITY_LOW]], 'type' => ['data' => $this->t('Type'), 'class' => [RESPONSIVE_PRIORITY_MEDIUM]], 'customer' => ['data' => $this->t('Customer'), 'class' => [RESPONSIVE_PRIORITY_LOW]], 'state' => ['data' => $this->t('State'), 'class' => [RESPONSIVE_PRIORITY_LOW]], 'created' => ['data' => $this->t('Created'), 'class' => [RESPONSIVE_PRIORITY_LOW]]];
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     return ['label' => $this->t('')] + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  *
  * Building the header and content lines for the contact list.
  *
  * Calling the parent::buildHeader() adds a column for the possible actions
  * and inserts the 'edit' and 'delete' links as defined for the entity type.
  */
 public function buildHeader()
 {
     $header['rid'] = $this->t('ReservationID');
     $header['first_name'] = $this->t('First Name');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['label'] = t('Block description');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['id'] = t('id');
     $header['trigger'] = t('Trigger ID');
     $header['conditions'] = t('Conditions');
     $header['actions'] = t('Actions');
     $header['status'] = t('Status');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['label'] = t('Label');
     $header['id'] = t('Machine name');
     return $header + parent::buildHeader();
 }
 /**
  * {@inheritdoc}
  */
 public function buildHeader()
 {
     $header['name'] = t('Name');
     $header['scales'] = t('Scales');
     return $header + parent::buildHeader();
 }