You are here

public function DrupalSystemInterface::installSetModuleWeight in X Autoload 7.5

Called from xautoload_install() to set the module weight.

Parameters

int $weight: New module weight for xautoload.

2 methods override DrupalSystemInterface::installSetModuleWeight()
DrupalSystem::installSetModuleWeight in src/DrupalSystem/DrupalSystem.php
Called from xautoload_install() to set the module weight.
MockDrupalSystem::installSetModuleWeight in tests/src/Mock/MockDrupalSystem.php
Called from xautoload_install() to set the module weight.

File

src/DrupalSystem/DrupalSystemInterface.php, line 108

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

public function installSetModuleWeight($weight);