Example: We need organize modules it using this http://cgit.drupalcode.org/drupal/tree/modules/README.txt?h=8.0.5#n16 ``` protected $locations = array( 'core' => 'core/', 'module' => 'modules/contrib/{$name}/', 'theme' => 'themes/contrib/{$name}/', 'library' => 'libraries/contrib/{$name}/', 'profile' => 'profiles/contrib/{$name}/', ); ```