drupal_json_pretty_print |
formats/json.inc |
Converts a PHP variable into its JavaScript equivalent. |
1 |
|
hook_oa_import_panelizer_NODE_TYPE |
./oa_export.api.php |
Implements hook_oa_import_panelizer_CONTENT_TYPE(). |
|
|
oa_export_batch_combined_operations |
batch/oa_export.batch.import.inc |
|
2 |
|
oa_export_batch_export |
batch/oa_export.batch.export.inc |
Prepare the export and create a batch process. |
1 |
1 |
oa_export_batch_export_operations |
batch/oa_export.batch.export.inc |
Defines batch operations for the file download batch. |
1 |
|
oa_export_batch_file_download_finished |
batch/oa_export.batch.export.inc |
Finish function for the batch process. |
|
1 |
oa_export_batch_file_download_finished_redirect |
batch/oa_export.batch.export.inc |
Helper function that handles the file download. |
|
1 |
oa_export_batch_file_download_operations |
batch/oa_export.batch.import.inc |
Defines batch operations for the batch. |
1 |
|
oa_export_batch_import |
batch/oa_export.batch.import.inc |
Prepare the import and create a batch process. |
1 |
|
oa_export_batch_module_export_finished |
batch/oa_export.batch.export.inc |
|
|
1 |
oa_export_batch_module_import_operations |
batch/oa_export.batch.import.inc |
Defines batch operations for the batch. |
1 |
|
oa_export_blueprint_import_form |
form/oa_export.form.import.inc |
The blueprint import form. |
|
1 |
oa_export_blueprint_import_form_submit |
form/oa_export.form.import.inc |
Submit function for the blueprint import form. |
|
|
oa_export_blueprint_import_form_validate |
form/oa_export.form.import.inc |
Validation function for the blueprint import form. |
|
|
oa_export_child_menu_exported |
menus/oa_export.menus.export.inc |
|
1 |
|
oa_export_cleanup |
./oa_export.module |
Removes a directory recusively and if provided will direct the user to a new destination. |
5 |
|
oa_export_comments_export |
menus/oa_export.menus.export.inc |
Helper function to export comments on entities. |
1 |
|
oa_export_copy_field_data |
fields/oa_export.fields.import.inc |
Helper function to copy entity fields. |
1 |
|
oa_export_create_directories |
formats/oa_export.file.inc |
Helper function to create directories. |
2 |
|
oa_export_create_json_export |
formats/oa_export.file.inc |
Creates a json representation of the entities. |
2 |
|
oa_export_create_module_file |
module/oa_export.module.export.inc |
Helper function to create a new file for a module. |
1 |
|
oa_export_create_new_info_file |
module/oa_export.module.info.inc |
Helper function to create the actual MODULE.info file. |
1 |
|
oa_export_create_new_install_file |
module/oa_export.module.install.inc |
Creates a new install file for a module. |
1 |
|
oa_export_create_new_module_file |
module/oa_export.module.module.inc |
Adds an empty module file when creating a new module. |
1 |
|
oa_export_create_temp_export_directory |
formats/oa_export.file.inc |
Helper function to create a temporary export directory. |
1 |
|
oa_export_entity_export |
entity/oa_export.entity.export.inc |
Helper function to export entities. |
5 |
|
oa_export_entity_fields_import |
fields/oa_export.fields.import.inc |
Helper function to import entity fields. |
1 |
|
oa_export_entity_import |
entity/oa_export.entity.import.inc |
Helper function to import entities. |
7 |
|
oa_export_entity_panelizer_import |
entity/oa_export.entity.import.inc |
Looks for panelizers in an entity. |
1 |
|
oa_export_entity_reference_field |
fields/oa_export.fields.export.inc |
Helper function to export entity references. |
1 |
|
oa_export_existing_module_name_validate |
module/oa_export.module.export.inc |
Handles validation on the 'existing_module' form element when it is used while exporting to an existing module. |
|
1 |
oa_export_fields_export |
fields/oa_export.fields.export.inc |
Helper function to export entity fields. |
2 |
|
oa_export_file |
./oa_export.module |
Helper function to export the object representing the file and a copy of the
actual file to our exports directory. |
2 |
|
oa_export_file_field |
fields/oa_export.fields.export.inc |
Helper function to export file fields along with the file. |
3 |
|
oa_export_file_full_path |
./oa_export.module |
Helper to ensure the path being passed to create a directory is correct. |
1 |
|
oa_export_find_latest_update_hook_schema |
module/oa_export.module.install.inc |
|
1 |
|
oa_export_find_menu_children |
menus/oa_export.menus.export.inc |
|
1 |
|
oa_export_format_handlers |
formats/oa_export.formats.inc |
Returns an array of format handlers for file export. |
|
|
oa_export_generate_existing_module_form |
module/oa_export.module.export.inc |
Generates the form for adding the export to an existing module. This one is much simpler. We just need
the name of the module we will be adding the export to. |
1 |
|
oa_export_generate_module_form |
module/oa_export.module.export.inc |
Form used to export a blueprint to a module. |
|
1 |
oa_export_generate_module_form_submit |
module/oa_export.module.export.inc |
The submit handler for the module generation form. This is what kicks off the batch process for the export. |
|
|
oa_export_generate_module_form_validate |
module/oa_export.module.export.inc |
Handles validation on the 'generate_module' form. |
|
|
oa_export_generate_new_module_form |
module/oa_export.module.export.inc |
Generates the form for creating a new module to add the export to. |
1 |
|
oa_export_get_comments |
./oa_export.module |
Finds all comments for a given node. |
1 |
|
oa_export_get_new_schema_version |
module/oa_export.module.install.inc |
Builds a schema version for an update hook written to a new MODULE.install file. |
2 |
|
oa_export_import |
batch/oa_export.batch.import.inc |
Decides if an entity is imported and adds new entity ids to the map. |
1 |
|
oa_export_import_batch_finished |
batch/oa_export.batch.import.inc |
Finish function for the batch process. |
|
1 |
oa_export_import_decode_data |
./oa_export.module |
Gets the contents of the json file and decodes it. |
2 |
|
oa_export_json_decode_objects |
formats/json.inc |
Recursively convert arrays back to objects. |
1 |
|
oa_export_json_encode_objects |
formats/json.inc |
Mark objects as being objects. |
1 |
|