Skip to content
Snippets Groups Projects
Commit 7bba1ade authored by Charchil Khandelwal's avatar Charchil Khandelwal Committed by Jim Birch
Browse files

Issue #3339420: Drupal Coding Standards Issues | phpcs

parent d0b15366
Branches
Tags 8.x-1.12
1 merge request!4Issue #3339420: Drupal Coding Standards Issues | phpcs
Pipeline #290275 passed with warnings
......@@ -137,7 +137,8 @@ you're requesting existed.
#### Before Submitting An Enhancement Suggestion
* **Check if there's already [a module](https://drupal.org/project/modules) which provides that enhancement.**
* **Check if there's already [a module](https://drupal.org/project/modules)
which provides that enhancement.**
* **Perform a cursory search on [Drupal.org](https://www.drupal.org/project/issues/bootstrap_pages?categories=All)**
to see if the enhancement has already been suggested. If it has, add a comment
to the existing issue instead of opening a new one.
......@@ -163,7 +164,8 @@ Create an issue and provide the following information:
or [this tool](https://github.com/GNOME/byzanz) on Linux.
* **Explain why this enhancement would be useful** to most users and isn't
something that can or should be implemented as another module.
* **List some other text editors or applications where this enhancement exists.**
* **List some other text editors or applications where this enhancement
exists.**
* **Specify which version you're using.**
* **Specify the name and version of the OS you're using.**
......
......@@ -86,8 +86,8 @@ INSTALLATION
* Install as you would normally install a contributed Drupal module. Visit:
https://www.drupal.org/node/1897420 for further information.
* Verify installation by visiting /admin/structure/paragraphs_type and seeing
your new Paragraph bundles.
* Verify installation by visiting /admin/structure/paragraphs_type and
verifying your new Paragraph bundle.
* On the Simple and Blank bundles, select Manage fields and choose which Text
formats to use.
We recommend a *Full HTML* for the Simple, and a *Full HTML - No Editor* for
......
......@@ -2,12 +2,12 @@
/**
* @file
* Install, uninstall and update hooks for Bootstrap Paragraphs module.
* Install, uninstall, and update hooks for Bootstrap Paragraphs module.
*/
use Drupal\Component\Utility\NestedArray;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Component\Utility\NestedArray;
use Symfony\Component\Yaml\Yaml;
/**
......@@ -391,8 +391,6 @@ function bootstrap_paragraphs_update_8204() {
return $message;
}
/**
* Updates BP_Images.
*/
......@@ -418,7 +416,7 @@ function bootstrap_paragraphs_update_8205() {
'bp_header' => 'content.bp_header',
'bp_image_field' => 'content.bp_image_field',
'bp_link' => 'content.bp_link',
'bp_link_open_in_new_window' => 'content.bp_link_open_in_new_window',
'bp_link_open_in_new_window' => 'content.bp_link_open_in_new_window',
]);
// Send message to updater.
......@@ -438,7 +436,7 @@ function bootstrap_paragraphs_update_8206() {
'bp_header' => 'content.bp_header',
'bp_image_field' => 'content.bp_image_field',
'bp_link' => 'content.bp_link',
'bp_link_open_in_new_window' => 'content.bp_link_open_in_new_window',
'bp_link_open_in_new_window' => 'content.bp_link_open_in_new_window',
]);
// Send message to updater.
......
......@@ -4,5 +4,5 @@ description: A reusable Callout Paragraph bundle.
core_version_requirement: ^8 || ^9 || ^10
package: Paragraphs
dependencies:
- paragraphs
- bootstrap_paragraphs
- paragraphs:paragraphs
- bootstrap_paragraphs:bootstrap_paragraphs
......@@ -28,8 +28,8 @@ INSTALLATION
------------
* Install the module as you normally would.
* Verify installation by visiting /admin/structure/paragraphs_type and verifying
your new Paragraph bundle.
* Verify installation by visiting
/admin/structure/paragraphs_type and verifying your new Paragraph bundle.
CONFIGURATION
......
......@@ -4,5 +4,5 @@ description: A reusable Statistics Paragraph bundle.
core_version_requirement: ^8 || ^9 || ^10
package: Paragraphs
dependencies:
- paragraphs
- bootstrap_paragraphs
- paragraphs:paragraphs
- bootstrap_paragraphs:bootstrap_paragraphs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment