RoleInterface.php

Contains \Drupal\user\Plugin\Core\Entity\RoleInterface.

Namespace

Drupal\user

File

drupal/core/modules/user/lib/Drupal/user/RoleInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\user\Plugin\Core\Entity\RoleInterface.
 */
namespace Drupal\user;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a user role entity.
 */
interface RoleInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
RoleInterface Provides an interface defining a user role entity.