ParagraphCloneForm::save() should return a value
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3561749. --> Reported by: [liam morland](https://www.drupal.org/user/493050) Related to !19 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The inherited documentation for <code>ParagraphCloneForm::save()</code> says that it should return a value, but there is no return statement.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Return the status of its downstream <code>::save()</code> call.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Implement.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>None.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None.</p>
issue