Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@maestrojed
Created February 15, 2019 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maestrojed/0742f84241b88400c02651577f04601c to your computer and use it in GitHub Desktop.
Save maestrojed/0742f84241b88400c02651577f04601c to your computer and use it in GitHub Desktop.
<?php
interface ModuleHandlerInterface {
/**
* Returns the list of currently active modules.
*
* @return \Drupal\Core\Extension\Extension[]
* An associative array whose keys are the names of the modules and whose
* values are Extension objects.
*/
public function getModuleList();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment