As part of refactoring the edit save logic, remove this public entrypoint - the attemptSave() method is still available. Because the actual logic is still needed by core, we move it to a new private method, internalAttemptSavePrivate(), and call that from the deprecated internalAttemptSave() method. Bug: T157658 Change-Id: I79ccb85f645e15256c4b5867ef3997d10a611e53 |
||
|---|---|---|
| .. | ||
| EditPageConstraintsTest.php | ||
| EditPageTest.php | ||
| IntroMessageBuilderTest.php | ||
| PreloadedContentBuilderTest.php | ||
| TextboxBuilderTest.php | ||