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 | |
namespace Drupal\custom_module\Controller; | |
use Drupal\Core\Controller\ControllerBase; | |
/** | |
* Class ResourceLinks. | |
* | |
* @package Drupal\custom_module\Controller |
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
$this->captureOutlineOnBeforeOutlineEvent($event); | |
if (method_exists($event, 'getSpecificationIterator')) { | |
foreach ($event->getSpecificationIterator() as $iterator) { | |
if ($iterator instanceof FeatureNode && ($file = $iterator->getFile() && !empty($file)){ | |
if (($path_parts = pathinfo($file)) && !empty($path_parts['filename'])) { | |
$formatter->fileName = $path_parts['filename']; | |
} | |
} | |
} |
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 | |
* Contains \Drupal\nv_migrate\Plugin\migrate\source\csv_club. | |
*/ | |
namespace Drupal\nv_migrate\Plugin\migrate\source; | |
use Drupal\migrate_source_csv\Plugin\migrate\source\CSV; |
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
Building application 'drupal' (runtime type: php:7.0, tree: 1a609a2) | |
Slug already built for this tree id, skipping. | |
Re-deploying environment vfvlefmbmiej2-staging. | |
E: Error building the project (we believe it's our fault): Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/gevent_jsonrpc/__init__.py", line 202, in _reader | |
obj["id"], obj["method"], obj["params"] | |
File "/usr/lib/python2.7/dist-packages/gevent_jsonrpc/__init__.py", line 316, in _execute_method | |
return obj(**parameters) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/container/apis/cluster.py", line 77, in update |
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
- | |
plugin: dedupe_entity | |
entity_type: file | |
field: fid | |
postfix: '' | |
start: fid |
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": "MTechLLC/D8", | |
"description": "Drupal 8 Install", | |
"type": "project", | |
"repositories": [ | |
{ | |
"type": "path", | |
"url": "web/modules/custom/*" | |
}, | |
{ |
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
process: | |
field_link/url: url | |
field_link/title: url_title |
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
uuid: 6fa0342f-376f-48b0-874c-76afaf6257d3 | |
langcode: en | |
status: true | |
dependencies: { } | |
_core: | |
default_config_hash: RX-67i9WOQCu4AWLuhoM0XhownC-0jVCL34zqNGJUdw | |
id: default | |
label: Default | |
description: 'A container for any migrations not explicitly assigned to a group.' | |
source_type: 'Drupal 6' |
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
diff --git a/src/Form/SiteConfigureForm.php b/src/Form/SiteConfigureForm.php | |
index 9eb6fe2..ca3589b 100644 | |
--- a/src/Form/SiteConfigureForm.php | |
+++ b/src/Form/SiteConfigureForm.php | |
@@ -111,17 +111,17 @@ class SiteConfigureForm extends FormBase { | |
// distract from the message that the Drupal installation has completed | |
// successfully. | |
$post_params = $this->getRequest()->request->all(); | |
if (empty($post_params)) { | |
$original_profile_name = _config_installer_get_original_install_profile(); |
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
Validating submodules. | |
Validating configuration files. | |
Processing activity: **Lucas Hedding** pushed to **Master** | |
Found 3 new commits. | |
Building application 'drupal' (runtime type: php:7.0, tree: 4cfdf59) | |
Generating runtime configuration. | |
Installing build dependencies... | |
Installing php build dependencies: drush/drush, composer/composer |