Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
StorageInterface::createCollection function core/lib/Drupal/Core/Config/StorageInterface.php Creates a collection on the storage.
StorageInterface::decode function core/lib/Drupal/Core/Config/StorageInterface.php Decodes configuration data from the storage-specific format.
StorageInterface::DEFAULT_COLLECTION constant core/lib/Drupal/Core/Config/StorageInterface.php The default collection name.
StorageInterface::delete function core/lib/Drupal/Core/Config/StorageInterface.php Deletes a configuration object from the storage.
StorageInterface::deleteAll function core/lib/Drupal/Core/Config/StorageInterface.php Deletes configuration objects whose names start with a given prefix.
StorageInterface::encode function core/lib/Drupal/Core/Config/StorageInterface.php Encodes configuration data into the storage-specific format.
StorageInterface::exists function core/lib/Drupal/Core/Config/StorageInterface.php Returns whether a configuration object exists.
StorageInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageInterface.php Gets the existing collections.
StorageInterface::getCollectionName function core/lib/Drupal/Core/Config/StorageInterface.php Gets the name of the current collection the storage is using.
StorageInterface::listAll function core/lib/Drupal/Core/Config/StorageInterface.php Gets configuration object names starting with a given prefix.
StorageInterface::read function core/lib/Drupal/Core/Config/StorageInterface.php Reads configuration data from the storage.
StorageInterface::readMultiple function core/lib/Drupal/Core/Config/StorageInterface.php Reads configuration data from the storage.
StorageInterface::rename function core/lib/Drupal/Core/Config/StorageInterface.php Renames a configuration object in the storage.
StorageInterface::write function core/lib/Drupal/Core/Config/StorageInterface.php Writes configuration data to the storage.
StorageManagerInterface interface core/lib/Drupal/Core/Config/StorageManagerInterface.php Interface for a storage manager.
StorageManagerInterface.php file core/lib/Drupal/Core/Config/StorageManagerInterface.php
StorageManagerInterface::getStorage function core/lib/Drupal/Core/Config/StorageManagerInterface.php Get the config storage.
StreamWrapperInterface interface core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines a Drupal stream wrapper extension.
StreamWrapperInterface.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php
StreamWrapperInterface::ALL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php A filter that matches all wrappers.
StreamWrapperInterface::dirname function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Gets the name of the directory from a given path.
StreamWrapperInterface::getDescription function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the description of the stream wrapper for use in the UI.
StreamWrapperInterface::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns a web accessible URL for the resource.
StreamWrapperInterface::getName function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the name of the stream wrapper for use in the UI.
StreamWrapperInterface::getType function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the type of stream wrapper.
StreamWrapperInterface::getUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the stream resource URI.
StreamWrapperInterface::HIDDEN constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines the stream wrapper bit flag for a hidden file.
StreamWrapperInterface::LOCAL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Refers to a local file system location.
StreamWrapperInterface::LOCAL_HIDDEN constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Hidden, readable and writable using local files.
StreamWrapperInterface::LOCAL_NORMAL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible, readable and writable using local files.
StreamWrapperInterface::NORMAL constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php The default 'type' flag.
StreamWrapperInterface::READ constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Wrapper is readable (almost always true).
StreamWrapperInterface::READ_VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible and read-only.
StreamWrapperInterface::realpath function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns canonical, absolute path of the resource.
StreamWrapperInterface::setUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Sets the absolute stream resource URI.
StreamWrapperInterface::VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Exposed in the UI and potentially web accessible.
StreamWrapperInterface::WRITE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Wrapper is writable.
StreamWrapperInterface::WRITE_VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible, readable and writable.
StreamWrapperManagerInterface interface core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Provides a StreamWrapper manager.
StreamWrapperManagerInterface.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
StreamWrapperManagerInterface::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the stream wrapper class name for a given scheme.
StreamWrapperManagerInterface::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper descriptions.
StreamWrapperManagerInterface::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper names.
StreamWrapperManagerInterface::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManagerInterface::getTarget function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the part of a URI after the schema.
StreamWrapperManagerInterface::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManagerInterface::getViaUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a URI.
StreamWrapperManagerInterface::getWrappers function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Provides Drupal stream wrapper registry.
StreamWrapperManagerInterface::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Checks that the scheme of a stream URI is valid.
StreamWrapperManagerInterface::isValidUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Determines whether the URI has a valid scheme for file API operations.

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