Issue #2672512 by Birk, kurund: CKEditorPluginConfigurableInterface::settingsForm() docs don't match API usage
parent
7cdd0e5acb
commit
7fe7b049b8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue