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
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.
StreamWrapperManagerInterface::normalizeUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Normalizes a URI by making it syntactically correct.
StreamWrapperManagerInterface::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Registers stream wrapper with PHP.
StringInterface interface core/modules/locale/src/StringInterface.php Defines the locale string interface.
StringInterface interface core/lib/Drupal/Core/TypedData/Type/StringInterface.php Interface for strings.
StringInterface.php file core/lib/Drupal/Core/TypedData/Type/StringInterface.php
StringInterface.php file core/modules/locale/src/StringInterface.php
StringInterface::addLocation function core/modules/locale/src/StringInterface.php Adds a location for this string.
StringInterface::delete function core/modules/locale/src/StringInterface.php Deletes string object from storage.
StringInterface::getId function core/modules/locale/src/StringInterface.php Gets the string unique identifier.
StringInterface::getLocations function core/modules/locale/src/StringInterface.php Gets location information for this string.
StringInterface::getPlurals function core/modules/locale/src/StringInterface.php Splits string to work with plural values.
StringInterface::getStorage function core/modules/locale/src/StringInterface.php Gets the string storage.
StringInterface::getString function core/modules/locale/src/StringInterface.php Gets plain string contained in this object.
StringInterface::getValues function core/modules/locale/src/StringInterface.php Gets field values that are set for given field names.
StringInterface::getVersion function core/modules/locale/src/StringInterface.php Gets the string version.
StringInterface::hasLocation function core/modules/locale/src/StringInterface.php Checks whether the string has a given location.
StringInterface::isNew function core/modules/locale/src/StringInterface.php Checks whether the object is not saved to storage yet.
StringInterface::isSource function core/modules/locale/src/StringInterface.php Checks whether the object is a source string.
StringInterface::isTranslation function core/modules/locale/src/StringInterface.php Checks whether the object is a translation string.
StringInterface::save function core/modules/locale/src/StringInterface.php Saves string object to storage.
StringInterface::setId function core/modules/locale/src/StringInterface.php Sets the string unique identifier.
StringInterface::setPlurals function core/modules/locale/src/StringInterface.php Sets this string using array of plural values.
StringInterface::setStorage function core/modules/locale/src/StringInterface.php Sets the string storage.
StringInterface::setString function core/modules/locale/src/StringInterface.php Sets the string contained in this object.

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