Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
PathMatcherInterface::matchPath function core/lib/Drupal/Core/Path/PathMatcherInterface.php Checks if a path matches any pattern in a set of patterns.
PathValidatorInterface interface core/lib/Drupal/Core/Path/PathValidatorInterface.php Provides an interface for URL path validators.
PathValidatorInterface.php file core/lib/Drupal/Core/Path/PathValidatorInterface.php
PathValidatorInterface::getUrlIfValid function core/lib/Drupal/Core/Path/PathValidatorInterface.php Returns a URL object, if the path is valid and accessible.
PathValidatorInterface::getUrlIfValidWithoutAccessCheck function core/lib/Drupal/Core/Path/PathValidatorInterface.php Returns a URL object, if the path is valid.
PathValidatorInterface::isValid function core/lib/Drupal/Core/Path/PathValidatorInterface.php Checks if the URL path is valid and accessible by the current user.
PermissionHandlerInterface interface core/modules/user/src/PermissionHandlerInterface.php Defines an interface to list available permissions.
PermissionHandlerInterface.php file core/modules/user/src/PermissionHandlerInterface.php
PermissionHandlerInterface::getPermissions function core/modules/user/src/PermissionHandlerInterface.php Gets all available permissions.
PermissionHandlerInterface::moduleProvidesPermissions function core/modules/user/src/PermissionHandlerInterface.php Determines whether a module provides some permissions.
PermissionsHashGeneratorInterface interface core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php Defines the user permissions hash generator interface.
PermissionsHashGeneratorInterface.php file core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php
PermissionsHashGeneratorInterface::generate function core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php Generates a hash that uniquely identifies a user's permissions.
PhpStorageInterface interface core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Stores and loads PHP code.
PhpStorageInterface.php file core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php
PhpStorageInterface::delete function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Deletes PHP code from storage.
PhpStorageInterface::deleteAll function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Removes all files in this bin.
PhpStorageInterface::exists function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Checks whether the PHP code exists in storage.
PhpStorageInterface::garbageCollection function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Performs garbage collection on the storage.
PhpStorageInterface::getFullPath function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Gets the full file path.
PhpStorageInterface::listAll function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Lists all the files in the storage.
PhpStorageInterface::load function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Loads PHP code from storage.
PhpStorageInterface::save function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Saves PHP code to storage.
PhpStorageInterface::writeable function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Whether this is a writable storage.
PhpStreamWrapperInterface interface core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Defines a generic PHP stream wrapper interface.
PhpStreamWrapperInterface.php file core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::dir_closedir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Close directory handle.
PhpStreamWrapperInterface::dir_opendir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Open directory handle.
PhpStreamWrapperInterface::dir_readdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Read entry from directory handle.
PhpStreamWrapperInterface::dir_rewinddir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Rewind directory handle.
PhpStreamWrapperInterface::mkdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Create a directory.
PhpStreamWrapperInterface::rename function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Renames a file or directory.
PhpStreamWrapperInterface::rmdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Removes a directory.
PhpStreamWrapperInterface::stream_cast function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve the underlying stream resource.
PhpStreamWrapperInterface::stream_close function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Closes stream.
PhpStreamWrapperInterface::stream_eof function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Tests for end-of-file on a file pointer.
PhpStreamWrapperInterface::stream_flush function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Flushes the output.
PhpStreamWrapperInterface::stream_lock function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Advisory file locking.
PhpStreamWrapperInterface::stream_metadata function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Sets metadata on the stream.
PhpStreamWrapperInterface::stream_open function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Opens file or URL.
PhpStreamWrapperInterface::stream_read function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Read from stream.
PhpStreamWrapperInterface::stream_seek function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Seeks to specific location in a stream.
PhpStreamWrapperInterface::stream_set_option function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Change stream options.
PhpStreamWrapperInterface::stream_stat function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve information about a file resource.
PhpStreamWrapperInterface::stream_tell function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve the current position of a stream.
PhpStreamWrapperInterface::stream_truncate function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Truncate stream.
PhpStreamWrapperInterface::stream_write function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Write to stream.
PhpStreamWrapperInterface::unlink function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Delete a file.
PhpStreamWrapperInterface::url_stat function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve information about a file.
PlaceholderGeneratorInterface interface core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Defines an interface for turning a render array into a placeholder.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.