SharePointSearchWidget
class SharePointSearchWidget extends WidgetBase implements ContainerFactoryPluginInterface
Defines the 'field_sharepoint_search_link' field widget.
Properties
| protected AuthenticationServiceInterface | $authenticationService | The authentication service. |
|
| protected GraphService | $graphService | The graph service. |
Methods
__construct(string $plugin_id, mixed $plugin_definition, FieldDefinitionInterface $field_definition, array $settings, array $third_party_settings, AuthenticationServiceInterface $authenticationService, GraphService $graphService)
Constructs a SharePointSearchWidget object.
static
create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition)
{@inheritdoc}
errorElement(array $element, ConstraintViolationInterface $violation, array $form, FormStateInterface $form_state)
{@inheritdoc}
formElement(FieldItemListInterface $items, $delta, array $element, array $form, FormStateInterface $form_state)
{@inheritdoc}
massageFormValues(array $values, array $form, FormStateInterface $form_state)
{@inheritdoc}
Details
at line 58
__construct(string $plugin_id, mixed $plugin_definition, FieldDefinitionInterface $field_definition, array $settings, array $third_party_settings, AuthenticationServiceInterface $authenticationService, GraphService $graphService)
Constructs a SharePointSearchWidget object.
at line 67
static
create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition)
{@inheritdoc}
at line 145
errorElement(array $element, ConstraintViolationInterface $violation, array $form, FormStateInterface $form_state)
{@inheritdoc}
at line 83
formElement(FieldItemListInterface $items, $delta, array $element, array $form, FormStateInterface $form_state)
{@inheritdoc}
at line 152
massageFormValues(array $values, array $form, FormStateInterface $form_state)
{@inheritdoc}