RoleSettingsForm
final class RoleSettingsForm extends ConfigFormBase
Map groups in Microsoft 365 to Drupal roles.
Properties
| protected EntityTypeManagerInterface | $entityTypeManager | The entity type manager. |
Methods
__construct(ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typedConfigManager, EntityTypeManagerInterface $entityTypeManager)
Constructs a RoleSettingsForm object.
array
buildForm(array $form, FormStateInterface $form_state)
{@inheritdoc}
static
create(ContainerInterface $container)
{@inheritdoc}
array
getEditableConfigNames()
{@inheritdoc}
string
getFormId()
{@inheritdoc}
void
submitForm(array $form, FormStateInterface $form_state)
{@inheritdoc}
Details
at line 36
__construct(ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typedConfigManager, EntityTypeManagerInterface $entityTypeManager)
Constructs a RoleSettingsForm object.
at line 73
array
buildForm(array $form, FormStateInterface $form_state)
{@inheritdoc}
at line 48
static
create(ContainerInterface $container)
{@inheritdoc}
at line 66
protected array
getEditableConfigNames()
{@inheritdoc}
at line 59
string
getFormId()
{@inheritdoc}
at line 111
void
submitForm(array $form, FormStateInterface $form_state)
{@inheritdoc}