This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = UMG Custom Mapping | |
description = Converts Video embed field to media youtube and events venue fields to venue entity. | |
package = Content Hub | |
dependencies[] = content_hub_connector | |
dependencies[] = media_internet | |
dependencies[] = media_youtube | |
core = 7.x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Process a subset of all the entities to be enqueued in a single request. | |
* | |
* @param $entity_type | |
* The entity type. | |
* @param $bundle | |
* The entity bundle. | |
* @param $bundle_key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Add entities from Content Hub to the Import Queue. | |
* | |
* Please locate this field in the 'scripts' directory as a sibling of docroot: | |
* <DOCROOT>/../scripts/ach-bulk-import.php | |
* | |
* To run the script, execute the drush command: | |
* $drush scr ../scripts/ach-bulk-import.php |