You are here

function _potx_store_module_metadata in Translation template extractor 7.3

Same name and namespace in other branches
  1. 8 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 271

Code

function _potx_store_module_metadata($module_name, $metadata) {

  // Intentionally Left Empty.
}