apigee / apigee-edge-drupal

The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
https://www.drupal.org/project/apigee_edge
GNU General Public License v2.0
32 stars 45 forks source link

Drupal 11 Compatibility #1080

Open kedarkhaire opened 2 months ago

kedarkhaire commented 2 months ago

Is your feature request related to a problem? Please describe.

Apigee modules must be compatible with the Drupal latest 11 releases. All the tests should pass and the UI & UX must not be changed from the previous versions.

Requirements - https://www.drupal.org/about/core/blog/drupal-110-will-require-php-83-and-mysql-80

Deprecation fixed are as follows

  1. getName() is deprecated - https://www.drupal.org/node/3310017

  2. class RenderElement is deprecated - https://www.drupal.org/node/3436275

  3. renderPlain() is deprecated - https://www.drupal.org/node/3407994

  4. class constant EXISTS_REPLACE is deprecated - https://www.drupal.org/node/3426517

  5. The Views setting default_argument_skip_url has been removed - https://www.drupal.org/comment/reply/3382316