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. Search main for interface
  6. Other projects
Title Object type File name Summary
FileSystemInterface::INSECURE_EXTENSIONS constant core/lib/Drupal/Core/File/FileSystemInterface.php A list of insecure extensions.
FileSystemInterface::INSECURE_EXTENSION_REGEX constant core/lib/Drupal/Core/File/FileSystemInterface.php The regex pattern used when checking for insecure file types.
FileSystemInterface::mkdir function core/lib/Drupal/Core/File/FileSystemInterface.php Creates a directory, optionally creating missing components in the path.
FileSystemInterface::MODIFY_PERMISSIONS constant core/lib/Drupal/Core/File/FileSystemInterface.php Flag used by ::prepareDirectory() -- file permissions may be changed.
FileSystemInterface::move function core/lib/Drupal/Core/File/FileSystemInterface.php Moves a file to a new location without database changes or hook invocation.
FileSystemInterface::moveUploadedFile function core/lib/Drupal/Core/File/FileSystemInterface.php Moves an uploaded file to a new location.
FileSystemInterface::prepareDirectory function core/lib/Drupal/Core/File/FileSystemInterface.php Checks that the directory exists and is writable.
FileSystemInterface::realpath function core/lib/Drupal/Core/File/FileSystemInterface.php Resolves the absolute filepath of a local URI or filepath.
FileSystemInterface::rmdir function core/lib/Drupal/Core/File/FileSystemInterface.php Removes a directory.
FileSystemInterface::saveData function core/lib/Drupal/Core/File/FileSystemInterface.php Saves a file to the specified destination without invoking file API.
FileSystemInterface::scanDirectory function core/lib/Drupal/Core/File/FileSystemInterface.php Finds all files that match a given mask in a given directory.
FileSystemInterface::tempnam function core/lib/Drupal/Core/File/FileSystemInterface.php Creates a file with a unique filename in the specified directory.
FileSystemInterface::unlink function core/lib/Drupal/Core/File/FileSystemInterface.php Deletes a file.
FileUploadHandlerInterface interface core/modules/file/src/Upload/FileUploadHandlerInterface.php Handles validating and creating file entities from file uploads.
FileUploadHandlerInterface.php file core/modules/file/src/Upload/FileUploadHandlerInterface.php
FileUploadHandlerInterface::handleFileUpload function core/modules/file/src/Upload/FileUploadHandlerInterface.php Creates a file from an upload.
FileUrlGeneratorInterface interface core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Generates file URLs for a stream to an external or local file.
FileUrlGeneratorInterface.php file core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php
FileUrlGeneratorInterface::generate function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Creates a root-relative web-accessible URL object.
FileUrlGeneratorInterface::generateAbsoluteString function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Creates an absolute web-accessible URL string.
FileUrlGeneratorInterface::generateString function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Creates a root-relative web-accessible URL string.
FileUrlGeneratorInterface::transformRelative function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Transforms an absolute URL of a local file to a relative URL.
FileUsageInterface interface core/modules/file/src/FileUsage/FileUsageInterface.php File usage backend interface.
FileUsageInterface.php file core/modules/file/src/FileUsage/FileUsageInterface.php
FileUsageInterface::add function core/modules/file/src/FileUsage/FileUsageInterface.php Records that a module is using a file.
FileUsageInterface::delete function core/modules/file/src/FileUsage/FileUsageInterface.php Removes a record to indicate that a module is no longer using a file.
FileUsageInterface::listUsage function core/modules/file/src/FileUsage/FileUsageInterface.php Determines where a file is used.
FileValidatorInterface interface core/modules/file/src/Validation/FileValidatorInterface.php Provides a file validator that supports a list of validations.
FileValidatorInterface.php file core/modules/file/src/Validation/FileValidatorInterface.php
FileValidatorInterface::validate function core/modules/file/src/Validation/FileValidatorInterface.php Validates a File with a list of validators.
FilteredPluginManagerInterface interface core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Provides an interface for plugin managers that allow filtering definitions.
FilteredPluginManagerInterface.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilterFormatInterface interface core/modules/filter/src/FilterFormatInterface.php Provides an interface defining a filter format entity.
FilterFormatInterface.php file core/modules/filter/src/FilterFormatInterface.php
FilterFormatInterface::filters function core/modules/filter/src/FilterFormatInterface.php Returns a sorted collection of filter plugins or an individual instance.
FilterFormatInterface::getFilterTypes function core/modules/filter/src/FilterFormatInterface.php Retrieves all filter types that are used in the text format.
FilterFormatInterface::getHtmlRestrictions function core/modules/filter/src/FilterFormatInterface.php Retrieve all HTML restrictions (tags and attributes) for the text format.
FilterFormatInterface::getPermissionName function core/modules/filter/src/FilterFormatInterface.php Returns the machine-readable permission name for the text format.
FilterFormatInterface::getRoles function core/modules/filter/src/FilterFormatInterface.php Retrieves a list of roles that are allowed to use this format.
FilterFormatInterface::isFallbackFormat function core/modules/filter/src/FilterFormatInterface.php Returns if this format is the fallback format.
FilterFormatInterface::removeFilter function core/modules/filter/src/FilterFormatInterface.php Removes a filter.
FilterFormatInterface::setFilterConfig function core/modules/filter/src/FilterFormatInterface.php Sets the configuration for a filter plugin instance.
FilterFormatRepositoryInterface interface core/modules/filter/src/FilterFormatRepositoryInterface.php Provides an interface for a repository for filter formats.
FilterFormatRepositoryInterface.php file core/modules/filter/src/FilterFormatRepositoryInterface.php
FilterFormatRepositoryInterface::getAllFormats function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns all enabled formats.
FilterFormatRepositoryInterface::getDefaultFormat function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns the default text format for a particular user.
FilterFormatRepositoryInterface::getFallbackFormatId function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns the ID of the fallback text format that all users have access to.
FilterFormatRepositoryInterface::getFormatsByRole function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns a list of text formats that are allowed for a given role.
FilterFormatRepositoryInterface::getFormatsForAccount function core/modules/filter/src/FilterFormatRepositoryInterface.php Returns only those formats which the specified account can use.

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