content_file_download |
./content_sync.module |
Implements hook_file_download(). |
|
|
content_sync_entity_delete |
./content_sync.module |
hook_entity_delete
Keep the content snapshot table synced |
|
|
content_sync_entity_insert |
./content_sync.module |
hook_entity_insert
Keep the content snapshot table synced |
|
|
content_sync_entity_update |
./content_sync.module |
hook_entity_update
Keep the content snapshot table synced |
1 |
|
content_sync_get_content_directory |
./content_sync.module |
Returns the path of a content directory. |
5 |
|
content_sync_help |
./content_sync.module |
Implements hook_help(). |
|
|
content_sync_install |
./content_sync.install |
Implements hook_install(). |
|
|
content_sync_schema |
./content_sync.install |
Implements hook_schema(). |
|
|
content_sync_theme |
./content_sync.module |
Implements hook_theme(). |
|
|
cs_log_filters |
./content_sync.admin.inc |
Creates a list of database log administration filters that can be applied. |
2 |
|
emptyDirectory |
src/Form/ContentImportForm.php |
|
1 |
|
finishContentBatch |
./content_sync.batch.inc |
Finish batch. |
|
2 |
finishContentExportBatch |
./content_sync.batch.inc |
Finish batch. |
|
1 |
generateSiteUUIDFile |
./content_sync.batch.inc |
Generate UUID YAML file
To use for site UUID validation. |
|
2 |
processContentBatch |
./content_sync.batch.inc |
Processes the content single import batch |
|
1 |
processContentDirectoryBatch |
./content_sync.batch.inc |
Processes the content sync import batch |
|
1 |
processContentExportFiles |
./content_sync.batch.inc |
Processes the content archive export batch |
|
1 |
processContentSyncSnapshot |
./content_sync.batch.inc |
Processes the content snapshot batch - when the module is installed |
|
1 |
template_preprocess_content_sync_help |
includes/content_sync.theme.inc |
Prepares variables for contnt sync help. |
|
|
template_preprocess_content_sync_message |
includes/content_sync.theme.inc |
Prepares variables for Content Sync message templates. |
|
|
_content_sync_db_to_entity |
./content_sync.batch.inc |
Convert a content entity from the db to an array
EXPORT content. |
5 |
|
_content_sync_entity_to_db |
./content_sync.batch.inc |
Process a content entity YAML and store to the db
IMPORT Content. |
2 |
|