Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| UuidInterface.php | file | core/ |
|
| UuidInterface::generate | function | core/ |
Generates a Universally Unique IDentifier (UUID). |
| UuidReferenceInterface | interface | core/ |
Interface for extracting UUID from entity reference data when denormalizing. |
| UuidReferenceInterface.php | file | core/ |
|
| UuidReferenceInterface::getUuid | function | core/ |
Get the uuid from the data array. |
| UuidResolverTest::testResolveNotInInterface | function | core/ |
Tests resolve() with a class using the incorrect interface. |
| VariantInterface | interface | core/ |
Provides an interface for DisplayVariant plugins. |
| VariantInterface.php | file | core/ |
|
| VariantInterface::access | function | core/ |
Determines if this display variant is accessible. |
| VariantInterface::adminLabel | function | core/ |
Returns the admin-facing display variant label. |
| VariantInterface::build | function | core/ |
Builds and returns the renderable array for the display variant. |
| VariantInterface::getWeight | function | core/ |
Returns the weight of the display variant. |
| VariantInterface::id | function | core/ |
Returns the unique ID for the display variant. |
| VariantInterface::label | function | core/ |
Returns the user-facing display variant label. |
| VariantInterface::setWeight | function | core/ |
Sets the weight of the display variant. |
| VariationCacheFactoryInterface | interface | core/ |
An interface defining variation cache factory classes. |
| VariationCacheFactoryInterface.php | file | core/ |
|
| VariationCacheFactoryInterface::get | function | core/ |
Gets a variation cache for a given cache bin. |
| VariationCacheInterface | interface | core/ |
Defines an interface for variation cache implementations. |
| VariationCacheInterface.php | file | core/ |
|
| VariationCacheInterface::delete | function | core/ |
Deletes an item from the cache. |
| VariationCacheInterface::get | function | core/ |
Gets a cache entry based on cache keys. |
| VariationCacheInterface::getMultiple | function | core/ |
Gets multiple cache entries based on a set of cache keys. |
| VariationCacheInterface::invalidate | function | core/ |
Marks a cache item as invalid. |
| VariationCacheInterface::set | function | core/ |
Stores data in the cache. |
| VegetableInterface | interface | core/ |
Provides an interface for test plugins. |
| VegetableInterface.php | file | core/ |
|
| VersionNegotiatorInterface | interface | core/ |
Defines the common interface for all version negotiators. |
| VersionNegotiatorInterface.php | file | core/ |
Pagination
- Previous page
- Page 89
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.