Open kedarkhaire opened 2 months ago
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
getName() is deprecated - https://www.drupal.org/node/3310017
class RenderElement is deprecated - https://www.drupal.org/node/3436275
renderPlain() is deprecated - https://www.drupal.org/node/3407994
class constant EXISTS_REPLACE is deprecated - https://www.drupal.org/node/3426517
The Views setting default_argument_skip_url has been removed - https://www.drupal.org/comment/reply/3382316
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
getName() is deprecated - https://www.drupal.org/node/3310017
class RenderElement is deprecated - https://www.drupal.org/node/3436275
renderPlain() is deprecated - https://www.drupal.org/node/3407994
class constant EXISTS_REPLACE is deprecated - https://www.drupal.org/node/3426517
The Views setting default_argument_skip_url has been removed - https://www.drupal.org/comment/reply/3382316