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 |
---|---|---|---|
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. |
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. |
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/ |
|
PhpStreamWrapperInterface::dir_opendir | function | core/ |
|
PhpStreamWrapperInterface::dir_readdir | function | core/ |
|
PhpStreamWrapperInterface::dir_rewinddir | function | core/ |
|
PhpStreamWrapperInterface::mkdir | function | core/ |
|
PhpStreamWrapperInterface::rename | function | core/ |
|
PhpStreamWrapperInterface::rmdir | function | core/ |
|
PhpStreamWrapperInterface::stream_cast | function | core/ |
Retrieve the underlying stream resource. |
PhpStreamWrapperInterface::stream_close | function | core/ |
Closes stream. |
PhpStreamWrapperInterface::stream_eof | function | core/ |
|
PhpStreamWrapperInterface::stream_flush | function | core/ |
|
PhpStreamWrapperInterface::stream_lock | function | core/ |
|
PhpStreamWrapperInterface::stream_metadata | function | core/ |
Sets metadata on the stream. |
PhpStreamWrapperInterface::stream_open | function | core/ |
|
PhpStreamWrapperInterface::stream_read | function | core/ |
|
PhpStreamWrapperInterface::stream_seek | function | core/ |
Seeks to specific location in a stream. |
PhpStreamWrapperInterface::stream_set_option | function | core/ |
Change stream options. |
PhpStreamWrapperInterface::stream_stat | function | core/ |
|
PhpStreamWrapperInterface::stream_tell | function | core/ |
|
PhpStreamWrapperInterface::stream_truncate | function | core/ |
Truncate stream. |
PhpStreamWrapperInterface::stream_write | function | core/ |
|
PhpStreamWrapperInterface::unlink | function | core/ |
|
PhpStreamWrapperInterface::url_stat | function | core/ |
|
PlaceholderGeneratorInterface | interface | core/ |
Defines an interface for turning a render array into a placeholder. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.