LatestUnreadMailBlock
final class LatestUnreadMailBlock extends O365UncachedBlockBase implements ContainerFactoryPluginInterface
Provides a 'Latest Unread Mail' block.
Traits
UncacheableDependencyTrait
Methods
__construct(array $configuration, string $plugin_id, mixed $plugin_definition, GraphService $graphService, GetMailServiceInterface|null $getMailService = NULL)
Construct a O365BlockBase.
blockForm($form, FormStateInterface $form_state)
{@inheritdoc}
blockSubmit($form, FormStateInterface $form_state)
{@inheritdoc}
build()
{@inheritdoc}
static
create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition)
{@inheritdoc}
Details
at line 23
__construct(array $configuration, string $plugin_id, mixed $plugin_definition, GraphService $graphService, GetMailServiceInterface|null $getMailService = NULL)
Construct a O365BlockBase.
in
O365BlockBase at line 57
access(AccountInterface $account, $return_as_object = FALSE)
{@inheritdoc}
at line 105
blockForm($form, FormStateInterface $form_state)
{@inheritdoc}
at line 144
blockSubmit($form, FormStateInterface $form_state)
{@inheritdoc}
at line 53
build()
{@inheritdoc}
at line 36
static
create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition)
{@inheritdoc}