Skip to content
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

[Documents] Introduce interfaces for editables to replace method_exists usages #10607

Merged
merged 7 commits into from Oct 20, 2021

Conversation

dvesh3
Copy link
Contributor

@dvesh3 dvesh3 commented Oct 14, 2021

Changes in this pull request

Resolves #8908

Additional info

@dvesh3 dvesh3 added this to the 10.3.0 milestone Oct 14, 2021
@dvesh3 dvesh3 marked this pull request as ready for review October 15, 2021 14:05
models/Document/Editable/Image.php Outdated Show resolved Hide resolved
models/Document/Editable/Snippet.php Outdated Show resolved Hide resolved
lib/Templating/Renderer/EditableRenderer.php Outdated Show resolved Hide resolved
models/Document/Editable.php Outdated Show resolved Hide resolved
models/Document/Service.php Outdated Show resolved Hide resolved
dvesh3 and others added 3 commits October 18, 2021 16:46
Co-authored-by: Jacob Dreesen <j.dreesen@neusta.de>
…face::rewriteIds() as core-editables implement this interface already and would break custom editables extending core editables implementing this interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Documents] Introduce interfaces for getDataEditmode(), rewriteIds() and load() on editables
3 participants