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 |
|---|---|---|---|
| UpdaterInterface::getRootDirectoryRelativePath | function | core/ |
Returns the name of the root directory under which projects will be copied. |
| UpdaterInterface::isInstalled | function | core/ |
Checks if the project is installed. |
| UpdaterInterface::postInstall | function | core/ |
Actions to run after an install has occurred. |
| UpdaterInterface::postUpdate | function | core/ |
Actions to run after an update has occurred. |
| UploadedFileInterface | interface | core/ |
Provides an interface for uploaded files. |
| UploadedFileInterface.php | file | core/ |
|
| UploadedFileInterface::getClientOriginalName | function | core/ |
Returns the original file name. |
| UploadedFileInterface::getFilename | function | core/ |
Gets the filename. |
| UploadedFileInterface::getPathname | function | core/ |
Gets the path to the file. |
| UploadedFileInterface::getRealPath | function | core/ |
Gets the absolute path to the file. |
| UploadedFileInterface::getSize | function | core/ |
Gets file size. |
| UploadedFileInterface::validate | function | core/ |
Validates the uploaded file information. |
| UriInterface | interface | core/ |
Interface for URIs. |
| UriInterface.php | file | core/ |
|
| UrlGeneratorInterface | interface | core/ |
Defines an interface for generating a URL from a route or system path. |
| 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. |
| UserAuthenticationInterface | interface | core/ |
An interface for validating user authentication credentials. |
| UserAuthenticationInterface.php | file | core/ |
|
| UserAuthenticationInterface::authenticateAccount | function | core/ |
Validates user authentication credentials for an account. |
| UserAuthenticationInterface::lookupAccount | function | core/ |
Validates user authentication credentials. |
| 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. |
| UserFloodControlInterface | interface | core/ |
Defines an interface for user flood controllers. |
| UserFloodControlInterface.php | file | core/ |
|
| 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. |
Pagination
- Previous page
- Page 88
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.