locale_batch_by_component

Functions that call locale_batch_by_component()

Namesort iconLocationDescription
locale_batch_by_componentincludes/locale.incPrepare a batch to run when installing modules or enabling themes. This batch will import translations for the newly added components in all the languages already set up on the site.
locale_system_updatemodules/locale/locale.moduleImports translations when new modules or themes are installed or enabled.

Functions called by locale_batch_by_component()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
file_scan_directoryincludes/file.incFinds all files that match a given mask in a given directory. Directories and files beginning with a period are excluded; this prevents hidden files and directories (such as SVN working directories) from being scanned.
language_listincludes/bootstrap.incGet a list of languages set up indexed by the specified key
locale_batch_by_componentincludes/locale.incPrepare a batch to run when installing modules or enabling themes. This batch will import translations for the newly added components in all the languages already set up on the site.
_locale_batch_buildincludes/locale.incBuild a locale batch from an array of files.
 
 

Drupal is a registered trademark of Dries Buytaert.