Skip to content
Snippets Groups Projects
Commit 1cac844b authored by catch's avatar catch
Browse files

Issue #2647124 by longwave, alexpott: Remove unused OperationsProviderInterface

parent 6595f25b
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php
namespace Drupal\Core\Operations;
/**
* Defines an interface for providing operations links.
*/
interface OperationsProviderInterface {
/**
* Returns a list of operation links available for this block.
*
* @return array
* Array of operation links.
*/
public function getOperationLinks();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment