Skip to content

Instantly share code, notes, and snippets.

View heddn's full-sized avatar

Lucas Hedding heddn

View GitHub Profile
$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'];
}
}
}
<?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;
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
-
plugin: dedupe_entity
entity_type: file
field: fid
postfix: ''
start: fid
{
"name": "MTechLLC/D8",
"description": "Drupal 8 Install",
"type": "project",
"repositories": [
{
"type": "path",
"url": "web/modules/custom/*"
},
{
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'
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();
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