You are here

function _potx_store_module_metadata in Translation template extractor 8

Same name and namespace in other branches
  1. 7.3 potx.local.inc \_potx_store_module_metadata()

Store the metadata for a module, including its dependencies.

Not used locally by potx.

Parameters

string $module_name: The module's name.

array $metadata: The module's metadata.

1 string reference to '_potx_store_module_metadata'
potx_local_init in ./potx.local.inc
Initialize potx to run locally, e.g. by drush.

File

./potx.local.inc, line 280
Hook implementations for this module.

Code

function _potx_store_module_metadata($module_name, array $metadata) {

  // Intentionally Left Empty.
}