Search for interface

  1. Search 7.x for interface
  2. Search 9.5.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::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/lib/Drupal/Core/TypedData/Type/StringInterface.php Interface for strings.
StringInterface interface core/modules/locale/src/StringInterface.php Defines the locale string interface.
StringInterface.php file core/modules/locale/src/StringInterface.php
StringInterface.php file core/lib/Drupal/Core/TypedData/Type/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.
StringInterface::setValues function core/modules/locale/src/StringInterface.php Sets an array of values as object properties.
StringInterface::setVersion function core/modules/locale/src/StringInterface.php Sets the string version.
StringNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php The interface or class that this Normalizer supports.
StringNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php The interface or class that this Normalizer supports.
StringStorageInterface interface core/modules/locale/src/StringStorageInterface.php Defines the locale string storage interface.
StringStorageInterface.php file core/modules/locale/src/StringStorageInterface.php
StringStorageInterface::countStrings function core/modules/locale/src/StringStorageInterface.php Counts source strings.
StringStorageInterface::countTranslations function core/modules/locale/src/StringStorageInterface.php Counts translations.
StringStorageInterface::createString function core/modules/locale/src/StringStorageInterface.php Creates a source string object bound to this storage but not saved.
StringStorageInterface::createTranslation function core/modules/locale/src/StringStorageInterface.php Creates a string translation object bound to this storage but not saved.
StringStorageInterface::delete function core/modules/locale/src/StringStorageInterface.php Delete string from storage.
StringStorageInterface::deleteStrings function core/modules/locale/src/StringStorageInterface.php Deletes source strings and translations using conditions.

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