Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PathAliasInterface.php | file | core/ |
|
PathAliasInterface::getAlias | function | core/ |
Gets the alias for this path. |
PathAliasInterface::getPath | function | core/ |
Gets the source path of the alias. |
PathAliasInterface::setAlias | function | core/ |
Sets the alias for this path. |
PathAliasInterface::setPath | function | core/ |
Sets the source path of the alias. |
PathMatcherInterface | interface | core/ |
Provides an interface for URL path matchers. |
PathMatcherInterface.php | file | core/ |
|
PathMatcherInterface::isFrontPage | function | core/ |
Checks if the current page is the front page. |
PathMatcherInterface::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
PathValidatorInterface | interface | core/ |
Provides an interface for URL path validators. |
PathValidatorInterface.php | file | core/ |
|
PathValidatorInterface::getUrlIfValid | function | core/ |
Returns a URL object, if the path is valid and accessible. |
PathValidatorInterface::getUrlIfValidWithoutAccessCheck | function | core/ |
Returns a URL object, if the path is valid. |
PathValidatorInterface::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
PermissionCheckerInterface | interface | core/ |
Defines a permission checker interface. |
PermissionCheckerInterface.php | file | core/ |
|
PermissionCheckerInterface::hasPermission | function | core/ |
Checks whether an account has a permission. |
PermissionHandlerInterface | interface | core/ |
Defines an interface to list available permissions. |
PermissionHandlerInterface.php | file | core/ |
|
PermissionHandlerInterface::getPermissions | function | core/ |
Gets all available permissions. |
PermissionHandlerInterface::moduleProvidesPermissions | function | core/ |
Determines whether a module provides some permissions. |
PermissionsHashGeneratorInterface | interface | core/ |
Defines the user permissions hash generator interface. |
PermissionsHashGeneratorInterface.php | file | core/ |
|
PermissionsHashGeneratorInterface::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
PermissionsHashGeneratorInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the generated hash. |
PhpStorageInterface | interface | core/ |
Stores and loads PHP code. |
PhpStorageInterface.php | file | core/ |
|
PhpStorageInterface::delete | function | core/ |
Deletes PHP code from storage. |
PhpStorageInterface::deleteAll | function | core/ |
Removes all files in this bin. |
PhpStorageInterface::exists | function | core/ |
Checks whether the PHP code exists in storage. |
PhpStorageInterface::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
PhpStorageInterface::getFullPath | function | core/ |
Gets the full file path. |
PhpStorageInterface::listAll | function | core/ |
Lists all the files in the storage. |
PhpStorageInterface::load | function | core/ |
Loads PHP code from storage. |
PhpStorageInterface::save | function | core/ |
Saves PHP code to storage. |
PhpStorageInterface::writeable | function | core/ |
Whether this is a writable storage. |
PhpStreamWrapperInterface | interface | core/ |
Defines a generic PHP stream wrapper interface. |
PhpStreamWrapperInterface.php | file | core/ |
|
PhpStreamWrapperInterface::dir_closedir | function | core/ |
Close directory handle. |
PhpStreamWrapperInterface::dir_opendir | function | core/ |
Open directory handle. |
PhpStreamWrapperInterface::dir_readdir | function | core/ |
Read entry from directory handle. |
PhpStreamWrapperInterface::dir_rewinddir | function | core/ |
Rewind directory handle. |
PhpStreamWrapperInterface::mkdir | function | core/ |
Create a directory. |
PhpStreamWrapperInterface::rename | function | core/ |
Renames a file or directory. |
PhpStreamWrapperInterface::rmdir | function | core/ |
Removes a directory. |
PhpStreamWrapperInterface::stream_cast | function | core/ |
Retrieve the underlying stream resource. |
PhpStreamWrapperInterface::stream_close | function | core/ |
Closes stream. |
PhpStreamWrapperInterface::stream_eof | function | core/ |
Tests for end-of-file on a file pointer. |
PhpStreamWrapperInterface::stream_flush | function | core/ |
Flushes the output. |
PhpStreamWrapperInterface::stream_lock | function | core/ |
Advisory file locking. |
Pagination
- Previous page
- Page 68
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.