This file contains 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
<project name="custom" default="build"> | |
<!-- Override setup:update task for config import. --> | |
<target name="setup:update" description="Update current database to reflect the state of the Drupal file system."> | |
<!-- enable_property and uninstall_property must be set at this time. --> | |
<phingcall target="setup:toggle-modules"/> | |
<!-- Execute db updates. --> | |
<drush command="updb" assume="yes" alias="${drush.alias}"> |
This file contains 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
uuid: a5875368-74e8-4a55-b414-5314124564d0 | |
langcode: en | |
status: true | |
dependencies: { } | |
id: ci | |
label: CI | |
folder: ../config/ci | |
module: { } | |
theme: { } | |
blacklist: { } |
This file contains 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
uuid: 385e48ca-1a3d-47f4-bafd-b2095eb438db | |
langcode: en | |
status: true | |
dependencies: { } | |
id: dev | |
label: Dev | |
folder: ../config/dev | |
module: | |
acquia_connector: 0 | |
devel: 0 |
This file contains 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
uuid: 9cd48061-ed49-42fe-b09b-e992631598fa | |
langcode: en | |
status: true | |
dependencies: { } | |
id: local | |
label: Local | |
folder: ../config/local | |
module: | |
devel: 0 | |
theme: { } |
This file contains 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
uuid: df31c0c0-8478-428f-96e7-41cf56745b1d | |
langcode: en | |
status: true | |
dependencies: { } | |
id: prod | |
label: Prod | |
folder: ../config/prod | |
module: | |
acquia_connector: 0 | |
shield: 0 |
This file contains 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
uuid: 1f7dbb29-c6b3-452a-a71d-e63b5e350309 | |
langcode: en | |
status: true | |
dependencies: { } | |
id: test | |
label: Test | |
folder: ../config/test | |
module: | |
acquia_connector: 0 | |
shield: 0 |
This file contains 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
error_level: hide | |
_core: | |
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA |
This file contains 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
error_level: all | |
_core: | |
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA |
This file contains 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
id: my_migration_test | |
label: My migration test | |
migration_tags: | |
- Drupal 7 | |
deriver: Drupal\node\Plugin\migrate\D7NodeDeriver | |
migration_group: default | |
source: | |
plugin: d7_node | |
node_type: page |
This file contains 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
uuid: 6f12150f-4619-437f-9533-8d0aa8c7c836 | |
langcode: en | |
status: true | |
dependencies: { } | |
id: my_migration_test | |
class: null | |
field_plugin_method: null | |
cck_plugin_method: null | |
migration_tags: | |
- 'Drupal 7' |
OlderNewer