Issue #2672512 by Birk, kurund: CKEditorPluginConfigurableInterface::settingsForm() docs don't match API usage

8.2.x
Alex Pott 2016-03-07 13:43:33 +00:00
parent 7cdd0e5acb
commit 7fe7b049b8
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ interface CKEditorPluginConfigurableInterface extends CKEditorPluginInterface {
* @param \Drupal\editor\Entity\Editor $editor
* A configured text editor object.
*
* @return array|FALSE
* A render array for the settings form, or FALSE if there is none.
* @return array
* A render array for the settings form.
*/
public function settingsForm(array $form, FormStateInterface $form_state, Editor $editor);