You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Apigee Edge Drupal module
2
2
3
-
The Apigee Edge module enables you to integrate Drupal 9 or Drupal 8 with Apigee:
3
+
The Apigee Edge module enables you to integrate Drupal 9 with Apigee.
4
4
5
5
* Users that register or are added to the Drupal site will be added as developers in Apigee.
6
6
* Click on "Apps" in user menu to get keys for the APIs exposed in Apigee.
@@ -10,7 +10,7 @@ This module includes the following submodules:
10
10
*__Debug:__ enables administrators to configure and manage Apigee debug logs.
11
11
*__Teams:__ enables developers to be organized into teams.
12
12
13
-
For more details read the [Apigee Edge module documentation](https://www.drupal.org/docs/8/modules/apigee-edge).
13
+
For more details read the [Apigee Edge module documentation](https://www.drupal.org/docs/contributed-modules/apigee-edge).
14
14
15
15
## Support for Apigee Hybrid Cloud: Beta Release
16
16
@@ -20,8 +20,8 @@ Please note that Team APIs and Monetization APIs are not currently supported on
20
20
21
21
## Requirements
22
22
23
-
* The Apigee Edge module requires **Drupal 8.7.x** or higher and PHP 7.1 or higher.
24
-
* Drupal 8's minimum requirement is phpdocumentor/reflection-docblock:2.0.4 but at least 3.0 is required by this module. If you get the error "Your requirements could not be resolved to an installable set of packages" it may be because you are running reflection-docblock version 2. You can update `phpdocumentor/reflection-docblock` with the following command: `composer update phpdocumentor/reflection-docblock --with-dependencies`.
23
+
* The Apigee Edge module requires **Drupal 8.7.x** or higher and PHP 7.1 or higher, though Drupal 9.x is recommended due to [Drupal 8's EOL timeline](https://www.drupal.org/psa-2021-2021-06-29).
24
+
* Drupal's minimum requirement is phpdocumentor/reflection-docblock:2.0.4 but at least 3.0 is required by this module. If you get the error "Your requirements could not be resolved to an installable set of packages" it may be because you are running reflection-docblock version 2. You can update `phpdocumentor/reflection-docblock` with the following command: `composer update phpdocumentor/reflection-docblock --with-dependencies`.
25
25
***Check [composer.json](https://github.com/apigee/apigee-edge-drupal/blob/8.x-1.x/composer.json) for any required patches.** Patches prefixed with "(For testing)" are only required for running tests. Those are not necessary for using this module. Patches can be applied with the [cweagans/composer-patches](https://packagist.org/packages/cweagans/composer-patches) plugin automatically or manually. See [Applying Patches](#applying-patches) section below.
26
26
* (For developers) The locked commit from `behat/mink` library is required otherwise tests may fail. This caused by a Drupal core [bug](https://www.drupal.org/project/drupal/issues/2956279). See the related pull request for behat/mink [here](https://github.com/minkphp/Mink/pull/760).
27
27
@@ -40,15 +40,15 @@ Please note that Team APIs and Monetization APIs are not currently supported on
40
40
2. Click **Extend** in the Drupal administration menu.
41
41
3. Select the **Apigee Edge** module.
42
42
4. Click **Install**.
43
-
5. Configure the [connection to your Apigee org](https://www.drupal.org/docs/8/modules/apigee-edge/configure-the-connection-to-apigee-edge)
43
+
5. Configure the [connection to your Apigee org](https://www.drupal.org/docs/contributed-modules/apigee-edge/configure-the-connection-to-apigee)
44
44
45
45
## Notes
46
46
47
47
* If you do not configure the connection between Drupal and Apigee, you will not be able to register developers on
48
48
the site and may cause other issues with Drupal core functions. If you do not plan to configure the connection between
49
49
Drupal and Apigee, you should uninstall the Apigee Edge module.
50
50
* When you first install the module, existing users in the Drupal site may not have a developer account in Apigee.
51
-
You can run [developer synchronization](https://www.drupal.org/docs/8/modules/apigee-edge/synchronize-developers-with-apigee-edge)
51
+
You can run [developer synchronization](https://www.drupal.org/docs/contributed-modules/apigee-edge/synchronize-developers-with-apigee-edge)
52
52
to make sure Drupal users and Apigee developers are synchronized.
53
53
54
54
## Applying Patches
@@ -80,4 +80,4 @@ Development is coordinated in our [GitHub repository](https://github.com/apigee/
80
80
81
81
## Support
82
82
83
-
This project, which integrates Drupal 9 & 8 with Apigee, is supported by Google.
83
+
This project, which integrates Drupal with Apigee, is supported by Google.
0 commit comments