CkEditorDialog
extends FormBase
in package
Our custom form used in the ckeditor plugin.
Table of Contents
- $graphService : GraphService
- The graph service.
- __construct() : mixed
- Constructs a form object for the o365_sharepoint_field ckeditor plugin.
- buildForm() : mixed
- {@inheritdoc}
- create() : mixed
- {@inheritdoc}
- getFormId() : mixed
- {@inheritdoc}
- submitForm() : mixed
- {@inheritdoc}
Properties
$graphService
The graph service.
protected
GraphService
$graphService
Methods
__construct()
Constructs a form object for the o365_sharepoint_field ckeditor plugin.
public
__construct(GraphService $graphService) : mixed
Parameters
- $graphService : GraphService
-
The graph service.
Return values
mixed —buildForm()
{@inheritdoc}
public
buildForm(array<string|int, mixed> $form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
Return values
mixed —create()
{@inheritdoc}
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
Return values
mixed —getFormId()
{@inheritdoc}
public
getFormId() : mixed
Return values
mixed —submitForm()
{@inheritdoc}
public
submitForm(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface