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