-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal core patch changes Entity API #964
Labels
bug
Something isn't working
Comments
@divya-intelli Thanks for the quick reply. A 3.0.3 release today would be much appropriated because we have just realized that 3.0.1 release was broken because it called a private constructor of So we are kinda in a situation where there is no acceptable release of Apigee Edge 3.x for D10 ;S Maybe 3.0.0... I have to double check that |
@mxr576 ,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The patch added in #931 adds two methods to EntityInterface (getOriginal and setOriginal). Classes that implement EntityInterface will need to implement these two methods or be declared as abstract.
Steps to Reproduce
Steps to reproduce the behavior:
extra.enable-patching
is set totrue
.Actual Behavior
PHP Fatal error.
Expected Behavior
Updating to drupal/apigee_edge 3.0.2 should not cause other extensions to fail.
Version Info
3.0.2
The text was updated successfully, but these errors were encountered: