interface AssetReorderControllerInterface in farmOS 2.x
Interface for the drag and drop controller.
Hierarchy
- interface \Drupal\farm_ui_location\Controller\AssetReorderControllerInterface
Expanded class hierarchy of AssetReorderControllerInterface
All classes that implement AssetReorderControllerInterface
File
- modules/
core/ ui/ location/ src/ Controller/ AssetReorderControllerInterface.php, line 11
Namespace
Drupal\farm_ui_location\ControllerView source
interface AssetReorderControllerInterface {
/**
* Builds the response.
*/
public function access(AccountInterface $account, AssetInterface $asset = NULL);
/**
* Builds the response.
*/
public function build(AssetInterface $asset = NULL);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AssetReorderControllerInterface:: |
public | function | Builds the response. | 1 |
AssetReorderControllerInterface:: |
public | function | Builds the response. | 1 |