Breaking: #85080 - Method "isEnabled()" added to RenderableInterface and FinisherInterface
See forge#85080
Description
A new method is
has been added to the Renderable
as well as the Finisher
.
Impact
Third party code implementing these interfaces and not extending Abstract
or Abstract
will
cause a fatal error if used in a form.
Affected Installations
Instances with third party code implementing these interfaces and not extending Abstract
or Abstract
.
Migration
Third party code implementing these interfaces must be updated to implement the is
method, preferably
by extending Abstract
(or one of its subclasses) or Abstract
.