You are here

interface FarmUpdateInterface in farmOS 2.x

Farm update service interface.

Hierarchy

Expanded class hierarchy of FarmUpdateInterface

All classes that implement FarmUpdateInterface

1 file declares its use of FarmUpdateInterface
FarmUpdateCommands.php in modules/core/update/src/Commands/FarmUpdateCommands.php

File

modules/core/update/src/FarmUpdateInterface.php, line 8

Namespace

Drupal\farm_update
View source
interface FarmUpdateInterface {

  /**
   * Rebuild farmOS configuration.
   */
  public function rebuild() : void;

}

Members

Namesort descending Modifiers Type Description Overrides
FarmUpdateInterface::rebuild public function Rebuild farmOS configuration. 1