I hereby claim:
- I am andybroomfield on github.
- I am andybroomfield (https://keybase.io/andybroomfield) on keybase.
- I have a public key ASC0HjMs_5yp3Vo7d7FLlmaEUyrqqrvk5RGdVHQoZIDcHgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| /** | |
| * $Id: S3.php 47 2009-07-20 01:25:40Z don.schonknecht $ | |
| * | |
| * Copyright (c) 2008, Donovan Schönknecht. All rights reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without | |
| * modification, are permitted provided that the following conditions are met: | |
| * |
| <?php | |
| define ('API_URI_BASE', 'https://www.metaweather.com/api/'); | |
| define ('CACHE_DIR', 'metaweather-cache'); | |
| define ('CACHE_TIME', 3600); | |
| // Create Cache Directory | |
| $cache_name = sha1($_SERVER['REQUEST_URI']); | |
| if (!is_dir(CACHE_DIR)) { |
| diff --git a/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php b/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php | |
| index ce8d108..2d9bda9 100644 | |
| --- a/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php | |
| +++ b/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php | |
| @@ -643,7 +643,7 @@ class InlineParagraphsWidget extends WidgetBase { | |
| ]; | |
| field_group_attach_groups($element['subform'], $context); | |
| - $element['subform']['#pre_render'][] = 'field_group_form_pre_render'; | |
| + $element['subform']['#process'][] = 'field_group_form_process'; |
| diff --git a/js/views_ajax_history.js b/js/views_ajax_history.js | |
| index a5058ac..c981a3f 100644 | |
| --- a/js/views_ajax_history.js | |
| +++ b/js/views_ajax_history.js | |
| @@ -78,6 +78,32 @@ | |
| return args; | |
| }; | |
| + /** | |
| + * Returns array with the anchor and the url without anchor. |
| diff --git a/src/TastyBackendManager.php b/src/TastyBackendManager.php | |
| index 28bb212..a06c4c1 100644 | |
| --- a/src/TastyBackendManager.php | |
| +++ b/src/TastyBackendManager.php | |
| @@ -54,28 +54,31 @@ class TastyBackendManager extends SystemManager { | |
| 'plugin_id' => 'bundle', | |
| 'group' => 1, | |
| ]; | |
| - | |
| + |
| /** | |
| * Determine if an element is visible by checking visiblity of parents. | |
| * | |
| * A helper around | |
| * \Drupal::service('webform_submission.conditions_validator')->isElementVisible | |
| * @param Array $element | |
| * Webform element. | |
| * @param \Drupal\Core\Form\FormStateInterface $form_state | |
| * Form state object. | |
| * @param Array $complete_form |
| langcode: en | |
| status: true | |
| dependencies: | |
| config: | |
| - field.field.node.localgov_services_page.body | |
| - field.field.node.localgov_services_page.field_common_tasks | |
| - field.field.node.localgov_services_page.field_download_links | |
| - field.field.node.localgov_services_page.field_hide_related_topics | |
| - field.field.node.localgov_services_page.field_override_related_links | |
| - field.field.node.localgov_services_page.field_page_components |