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
ArchiverInterface interface includes/archiver.inc Defines the common interface for all Archiver classes.
ArchiverInterface::add function includes/archiver.inc Adds the specified file or directory to the archive.
ArchiverInterface::extract function includes/archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents function includes/archiver.inc Lists all files in the archive.
ArchiverInterface::remove function includes/archiver.inc Removes the specified file from the archive.
ArchiverInterface::__construct function includes/archiver.inc Constructs a new archiver instance.
Automatic interface translation import group includes/locale.inc Functions to create batches for importing translations.
CommentApprovalTest::testApprovalAdminInterface function modules/comment/comment.test Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface function modules/comment/comment.test Test comment approval functionality through node interface.
CommentInterfaceTest class modules/comment/comment.test
CommentInterfaceTest::$comment property modules/comment/comment.test
CommentInterfaceTest::$web_user2 property modules/comment/comment.test
CommentInterfaceTest::assertCommentLinks function modules/comment/comment.test Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::getInfo function modules/comment/comment.test
CommentInterfaceTest::setEnvironment function modules/comment/comment.test Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses function modules/comment/comment.test Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface function modules/comment/comment.test Test comment interface.
CommentInterfaceTest::testCommentLinks function modules/comment/comment.test Tests comment links.
CommentInterfaceTest::testCommentNewCommentsIndicator function modules/comment/comment.test Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics function modules/comment/comment.test Tests the node comment statistics.
DatabaseStatementInterface interface includes/database/database.inc Represents a prepared statement.
DatabaseStatementInterface::execute function includes/database/database.inc Executes a prepared statement
DatabaseStatementInterface::fetchAllAssoc function includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementInterface::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementInterface::fetchAssoc function includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementInterface::fetchCol function includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementInterface::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementInterface::getQueryString function includes/database/database.inc Gets the query string of this statement.
DatabaseStatementInterface::rowCount function includes/database/database.inc Returns the number of rows affected by the last SQL statement.
DrupalAutoloadTestInterface interface modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc This interface is empty because we only care if Drupal can find it.
DrupalCacheInterface interface includes/cache.inc Defines an interface for cache implementations.
DrupalCacheInterface::clear function includes/cache.inc Expires data from the cache.
DrupalCacheInterface::get function includes/cache.inc Returns data from the persistent cache.
DrupalCacheInterface::getMultiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
DrupalCacheInterface::isEmpty function includes/cache.inc Checks if a cache bin is empty.
DrupalCacheInterface::set function includes/cache.inc Stores data in the persistent cache.
DrupalEntityControllerInterface interface includes/entity.inc Interface for entity controller classes.
DrupalEntityControllerInterface::load function includes/entity.inc Loads one or more entities.
DrupalEntityControllerInterface::resetCache function includes/entity.inc Resets the internal, static entity cache.
DrupalQueueInterface interface modules/system/system.queue.inc
DrupalQueueInterface::claimItem function modules/system/system.queue.inc Claim an item in the queue for processing.
DrupalQueueInterface::createItem function modules/system/system.queue.inc Add a queue item and store it directly to the queue.
DrupalQueueInterface::createQueue function modules/system/system.queue.inc Create a queue.
DrupalQueueInterface::deleteItem function modules/system/system.queue.inc Delete a finished item from the queue.
DrupalQueueInterface::deleteQueue function modules/system/system.queue.inc Delete a queue and every item in the queue.
DrupalQueueInterface::numberOfItems function modules/system/system.queue.inc Retrieve the number of items in the queue.
DrupalQueueInterface::releaseItem function modules/system/system.queue.inc Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires.
DrupalReliableQueueInterface interface modules/system/system.queue.inc Reliable queue interface.
DrupalStreamWrapperInterface interface includes/stream_wrappers.inc Drupal stream wrapper extension.
DrupalStreamWrapperInterface::chmod function includes/stream_wrappers.inc Changes permissions of the resource.

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