Search for interface

  1. Search 9.5.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
DrupalStreamWrapperInterface::dirname function includes/stream_wrappers.inc Gets the name of the directory from a given path.
DrupalStreamWrapperInterface::getExternalUrl function includes/stream_wrappers.inc Returns a web accessible URL for the resource.
DrupalStreamWrapperInterface::getMimeType function includes/stream_wrappers.inc Returns the MIME type of the resource.
DrupalStreamWrapperInterface::getUri function includes/stream_wrappers.inc Returns the stream resource URI.
DrupalStreamWrapperInterface::realpath function includes/stream_wrappers.inc Returns canonical, absolute path of the resource.
DrupalStreamWrapperInterface::setUri function includes/stream_wrappers.inc Set the absolute stream resource URI.
DrupalUpdaterInterface interface includes/updater.inc Interface for a class which can update a Drupal project.
DrupalUpdaterInterface::canUpdateDirectory function includes/updater.inc Determine if the Updater can handle the project provided in $directory.
DrupalUpdaterInterface::getInstallDirectory function includes/updater.inc
DrupalUpdaterInterface::getProjectName function includes/updater.inc Returns the system name of the project.
DrupalUpdaterInterface::isInstalled function includes/updater.inc Checks if the project is installed.
DrupalUpdaterInterface::postInstall function includes/updater.inc Actions to run after an install has occurred.
DrupalUpdaterInterface::postUpdate function includes/updater.inc Actions to run after an update has occurred.
drupal_autoload_interface function includes/bootstrap.inc Confirms that an interface is available.
drupal_autoload_test_interface.inc file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc Test interfaces for code registry testing.
File interface group includes/file.inc Common file handling functions.
FileTransferChmodInterface interface includes/filetransfer/filetransfer.inc A FileTransfer Class implementing this interface can be used to chmod files.
FileTransferChmodInterface::chmodJailed function includes/filetransfer/filetransfer.inc Changes the permissions of the file / directory specified in $path
Language administration interface group modules/locale/locale.admin.inc Administration interface for languages.
LANGUAGE_TYPE_INTERFACE constant includes/bootstrap.inc The type of language used to select the user interface.
locale_language_from_interface function includes/locale.inc Identifies the language from the current interface language.
LOCALE_LANGUAGE_NEGOTIATION_INTERFACE constant includes/locale.inc The language is determined using the current interface language.
MailSystemInterface interface includes/mail.inc An interface for pluggable mail back-ends.
MailSystemInterface::format function includes/mail.inc Format a message composed by drupal_mail() prior sending.
MailSystemInterface::mail function includes/mail.inc Send a message composed by drupal_mail().
QueryAlterableInterface interface includes/database/query.inc Interface for a query that can be manipulated via an alter hook.
QueryAlterableInterface::addMetaData function includes/database/query.inc Adds additional metadata to the query.
QueryAlterableInterface::addTag function includes/database/query.inc Adds a tag to a query.
QueryAlterableInterface::getMetaData function includes/database/query.inc Retrieves a given piece of metadata.
QueryAlterableInterface::hasAllTags function includes/database/query.inc Determines if a given query has all specified tags.
QueryAlterableInterface::hasAnyTag function includes/database/query.inc Determines if a given query has any specified tag.
QueryAlterableInterface::hasTag function includes/database/query.inc Determines if a given query has a given tag.
QueryConditionInterface interface includes/database/query.inc Interface for a conditional clause in a query.
QueryConditionInterface::arguments function includes/database/query.inc Gets a complete list of all values to insert into the prepared statement.
QueryConditionInterface::compile function includes/database/query.inc Compiles the saved conditions for later retrieval.
QueryConditionInterface::compiled function includes/database/query.inc Check whether a condition has been previously compiled.
QueryConditionInterface::condition function includes/database/query.inc Helper function: builds the most common conditional clauses.
QueryConditionInterface::conditions function includes/database/query.inc Gets a complete list of all conditions in this conditional clause.
QueryConditionInterface::exists function includes/database/query.inc Sets a condition that the specified subquery returns values.
QueryConditionInterface::isNotNull function includes/database/query.inc Sets a condition that the specified field be NOT NULL.
QueryConditionInterface::isNull function includes/database/query.inc Sets a condition that the specified field be NULL.
QueryConditionInterface::notExists function includes/database/query.inc Sets a condition that the specified subquery returns no values.
QueryConditionInterface::where function includes/database/query.inc Adds an arbitrary WHERE clause to the query.
QueryExtendableInterface interface includes/database/select.inc Interface for extendable query objects.
QueryExtendableInterface::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.
QueryPlaceholderInterface interface includes/database/query.inc Interface for a query that accepts placeholders.
QueryPlaceholderInterface::nextPlaceholder function includes/database/query.inc Returns the next placeholder ID for the query.
QueryPlaceholderInterface::uniqueIdentifier function includes/database/query.inc Returns a unique identifier for this object.
RegistryParseFileTestCase::$interfaceName property modules/simpletest/tests/registry.test
Search interface group modules/search/search.module The Drupal search interface manages a global search mechanism.

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