Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UrlGeneratorInterface.php | file | core/ |
|
| UrlGeneratorInterface::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
| UrlGeneratorInterface::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
| UrlGeneratorTest::testAbsoluteURLGenerationUsingInterfaceConstants | function | core/ |
Confirms that absolute URLs work with generated routes using interface constants. |
| UrlGeneratorTest::testAliasGenerationUsingInterfaceConstants | function | core/ |
Confirms that generated routes will have aliased paths using interface constants. |
| UrlResolverInterface | interface | core/ |
Defines the interface for the oEmbed URL resolver service. |
| UrlResolverInterface.php | file | core/ |
|
| UrlResolverInterface::getProviderByUrl | function | core/ |
Tries to determine the oEmbed provider for a media asset URL. |
| UrlResolverInterface::getResourceUrl | function | core/ |
Builds the resource URL for a media asset URL. |
| UserAuthInterface | interface | core/ |
An interface for validating user authentication credentials. |
| UserAuthInterface.php | file | core/ |
|
| UserAuthInterface::authenticate | function | core/ |
Validates user authentication credentials. |
| UserDataInterface | interface | core/ |
Defines the user data service interface. |
| UserDataInterface.php | file | core/ |
|
| UserDataInterface::delete | function | core/ |
Deletes data stored for a user account. |
| UserDataInterface::get | function | core/ |
Returns data stored for a user account. |
| UserDataInterface::set | function | core/ |
Stores data for a user account. |
| UserInterface | interface | core/ |
Provides an interface defining a user entity. |
| UserInterface.php | file | core/ |
|
| UserInterface::activate | function | core/ |
Activates the user. |
| UserInterface::addRole | function | core/ |
Add a role to a user. |
| UserInterface::block | function | core/ |
Blocks the user. |
| UserInterface::checkExistingPassword | function | core/ |
Checks the existing password if set. |
| UserInterface::getCreatedTime | function | core/ |
Returns the creation time of the user as a UNIX timestamp. |
| UserInterface::getInitialEmail | function | core/ |
Returns the email that was used when the user was registered. |
| UserInterface::getLastLoginTime | function | core/ |
Returns the UNIX timestamp when the user last logged in. |
| UserInterface::getPassword | function | core/ |
Returns the hashed password. |
| UserInterface::hasRole | function | core/ |
Whether a user has a certain role. |
| UserInterface::isActive | function | core/ |
Returns TRUE if the user is active. |
| UserInterface::isBlocked | function | core/ |
Returns TRUE if the user is blocked. |
| UserInterface::REGISTER_ADMINISTRATORS_ONLY | constant | core/ |
Only administrators can create user accounts. |
| UserInterface::REGISTER_VISITORS | constant | core/ |
Visitors can create their own accounts. |
| UserInterface::REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL | constant | core/ |
Visitors can create accounts that only become active with admin approval. |
| UserInterface::removeRole | function | core/ |
Remove a role from a user. |
| UserInterface::setEmail | function | core/ |
Sets the email address of the user. |
| UserInterface::setExistingPassword | function | core/ |
Sets the existing plain text password. |
| UserInterface::setLastAccessTime | function | core/ |
Sets the UNIX timestamp when the user last accessed the site.. |
| UserInterface::setLastLoginTime | function | core/ |
Sets the UNIX timestamp when the user last logged in. |
| UserInterface::setPassword | function | core/ |
Sets the user password. |
| UserInterface::setUsername | function | core/ |
Sets the username of this account. |
| UserInterface::TIMEZONE_DEFAULT | constant | core/ |
New users will be set to the default time zone at registration. |
| UserInterface::TIMEZONE_EMPTY | constant | core/ |
New users will get an empty time zone at registration. |
| UserInterface::TIMEZONE_SELECT | constant | core/ |
New users will select their own timezone at registration. |
| UserInterface::USERNAME_MAX_LENGTH | constant | core/ |
Maximum length of username text field. |
| UserStorageInterface | interface | core/ |
Defines an interface for user entity storage classes. |
| UserStorageInterface.php | file | core/ |
|
| UserStorageInterface::deleteRoleReferences | function | core/ |
Delete role references. |
| UserStorageInterface::updateLastAccessTimestamp | function | core/ |
Update the last access timestamp of the user. |
| UserStorageInterface::updateLastLoginTimestamp | function | core/ |
Update the last login timestamp of the user. |
| UuidInterface | interface | core/ |
Interface for generating UUIDs. |
Pagination
- Previous page
- Page 86
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.