link(); $row['description']['data']['#markup'] = $entity->getDescription(); return $row + parent::buildRow($entity); } /** * {@inheritdoc} */ protected function getTitle() { return $this->t('Custom block types'); } }