t('List links'), 'url' => $entity->urlInfo('customize-form'), ]; return $operations; } /** * {@inheritdoc} */ public function buildRow(EntityInterface $entity) { $row['name'] = $entity->label(); return $row + parent::buildRow($entity); } }