$operations =
[];
$operations['edit'
] =
[ 'title' =>
$this->
t('Edit'
),
'url' =>
$this->
getEditRoute(),
];
// Links can either be reset or deleted, not both.
if ($this->
isResettable()) { $operations['reset'
] =
[ 'title' =>
$this->
t('Reset'
),
'url' =>
$this->
getResetRoute(),
];
} elseif ($this->
isDeletable()) { $operations['delete'
] =
[ 'title' =>
$this->
t('Delete'
),
'url' =>
$this->
getDeleteRoute(),
];
} if ($this->
isTranslatable()) { $operations['translate'
] =
[