Skip to content
Snippets Groups Projects
Commit 8b091055 authored by Borut Piletic's avatar Borut Piletic
Browse files

Remove unused operation method.

parent 03cd3776
No related branches found
No related tags found
1 merge request!1Dev
......@@ -78,9 +78,4 @@ class OperationListBuilder extends ConfigEntityListBuilder {
] + parent::buildRow($entity);
}
public function getOperations(EntityInterface $entity) {
$operations = parent::getDefaultOperations($entity);
return $operations;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment