class ComposerPatches

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php \cweagans\Fake\ComposerPatches

Dummy composer plugin implementation.

Hierarchy

  • class \cweagans\Fake\ComposerPatches implements \Composer\Plugin\PluginInterface

Expanded class hierarchy of ComposerPatches

File

core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php, line 12

Namespace

cweagans\Fake
View source
class ComposerPatches implements PluginInterface {
  
  /**
   * {@inheritdoc}
   */
  public function activate(Composer $composer, IOInterface $io) {
  }
  
  /**
   * {@inheritdoc}
   */
  public function deactivate(Composer $composer, IOInterface $io) {
  }
  
  /**
   * {@inheritdoc}
   */
  public function uninstall(Composer $composer, IOInterface $io) {
  }

}

Members

Title Sort descending Modifiers Object type Summary
ComposerPatches::activate public function
ComposerPatches::deactivate public function
ComposerPatches::uninstall public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.