You are here

interface AssetReorderControllerInterface in farmOS 2.x

Interface for the drag and drop controller.

Hierarchy

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\Controller
View source
interface AssetReorderControllerInterface {

  /**
   * Builds the response.
   */
  public function access(AccountInterface $account, AssetInterface $asset = NULL);

  /**
   * Builds the response.
   */
  public function build(AssetInterface $asset = NULL);

}

Members

Namesort descending Modifiers Type Description Overrides
AssetReorderControllerInterface::access public function Builds the response. 1
AssetReorderControllerInterface::build public function Builds the response. 1