UserControllerTest.php |
file |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
|
UserControllerTest::$modules |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Modules to install. |
UserControllerTest::$user |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
The logged in user. |
UserControllerTest::$userController |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
The user controller. |
UserControllerTest::setUp |
function |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
|
UserControllerTest::testUserEditPage |
function |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Tests the redirection to a user edit page. |
UserCreateFailMailTest |
class |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserCreateFailMailTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
|
UserCreateFailMailTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
The theme to install as the default for testing. |
UserCreateFailMailTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Modules to install. |
UserCreateFailMailTest::testUserAdd |
function |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserCreateTest |
class |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Tests the create user administration page. |
UserCreateTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateTest.php |
|
UserCreateTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateTest.php |
The theme to install as the default for testing. |
UserCreateTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Modules to install. |
UserCreateTest::testUserAdd |
function |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Tests user creation and display from the administration interface. |
UserCreationTrait |
trait |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Provides test methods for user creation and authentication. |
UserCreationTrait.php |
file |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
|
UserCreationTrait::checkPermissions |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Checks whether a given list of permission names is valid. |
UserCreationTrait::createAdminRole |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Creates an administrative role. |
UserCreationTrait::createRole |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Creates a role with specified permissions. |
UserCreationTrait::createUser |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Create a user with a given set of permissions. |
UserCreationTrait::grantPermissions |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Grant permissions to a user role. |
UserCreationTrait::setCurrentUser |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Switch the current logged in user. |
UserCreationTrait::setUpCurrentUser |
function |
core/modules/user/tests/src/Traits/UserCreationTrait.php |
Creates a random user account and sets it as current user. |
UserData |
class |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Migration destination for user data. |
UserData |
class |
core/modules/user/src/UserData.php |
Defines the user data service. |
UserData |
class |
core/modules/user/src/Plugin/views/field/UserData.php |
Provides access to the user data service. |
UserData.php |
file |
core/modules/user/src/Plugin/views/field/UserData.php |
|
UserData.php |
file |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
|
UserData.php |
file |
core/modules/user/src/UserData.php |
|
UserData::$connection |
property |
core/modules/user/src/UserData.php |
The database connection to use. |
UserData::$moduleHandler |
property |
core/modules/user/src/Plugin/views/field/UserData.php |
The module handler. |
UserData::$userData |
property |
core/modules/user/src/Plugin/views/field/UserData.php |
Provides the user data service object. |
UserData::$userData |
property |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
|
UserData::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Default option form that provides label widget that all fields should have. |
UserData::create |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Creates an instance of the plugin. |
UserData::create |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Creates an instance of the plugin. |
UserData::defineOptions |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Information about options for all kinds of purposes will be held here. |
UserData::delete |
function |
core/modules/user/src/UserData.php |
|
UserData::fields |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Returns an array of destination fields. |
UserData::get |
function |
core/modules/user/src/UserData.php |
|
UserData::getIds |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Gets the destination IDs. |
UserData::import |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Import the row. |
UserData::render |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Renders the field. |
UserData::set |
function |
core/modules/user/src/UserData.php |
|
UserData::__construct |
function |
core/modules/user/src/Plugin/migrate/destination/UserData.php |
Builds a user data entity destination. |
UserData::__construct |
function |
core/modules/user/src/UserData.php |
Constructs a new user data service. |
UserData::__construct |
function |
core/modules/user/src/Plugin/views/field/UserData.php |
Constructs a UserData object. |
UserDataInterface |
interface |
core/modules/user/src/UserDataInterface.php |
Defines the user data service interface. |