Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| QueryAlterableInterface::addMetaData | function | includes/ |
Adds additional metadata to the query. |
| QueryAlterableInterface::addTag | function | includes/ |
Adds a tag to a query. |
| QueryAlterableInterface::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
| QueryAlterableInterface::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
| QueryAlterableInterface::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
| QueryAlterableInterface::hasTag | function | includes/ |
Determines if a given query has a given tag. |
| QueryConditionInterface | interface | includes/ |
Interface for a conditional clause in a query. |
| QueryConditionInterface::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
| QueryConditionInterface::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
| QueryConditionInterface::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
| QueryConditionInterface::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
| QueryConditionInterface::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
| QueryConditionInterface::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
| QueryConditionInterface::isNotNull | function | includes/ |
Sets a condition that the specified field be NOT NULL. |
| QueryConditionInterface::isNull | function | includes/ |
Sets a condition that the specified field be NULL. |
| QueryConditionInterface::notExists | function | includes/ |
Sets a condition that the specified subquery returns no values. |
| QueryConditionInterface::where | function | includes/ |
Adds an arbitrary WHERE clause to the query. |
| QueryExtendableInterface | interface | includes/ |
Interface for extendable query objects. |
| QueryExtendableInterface::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
| QueryPlaceholderInterface | interface | includes/ |
Interface for a query that accepts placeholders. |
| QueryPlaceholderInterface::nextPlaceholder | function | includes/ |
Returns the next placeholder ID for the query. |
| QueryPlaceholderInterface::uniqueIdentifier | function | includes/ |
Returns a unique identifier for this object. |
| Queue operations | group | modules/ |
Queue items to allow later processing. |
| QueueTestCase | class | modules/ |
Test the basic queue functionality. |
| QueueTestCase::getInfo | function | modules/ |
|
| QueueTestCase::queueScore | function | modules/ |
This function returns the number of equal items in two arrays. |
| QueueTestCase::testQueue | function | modules/ |
Queues and dequeues a set of items to check the basic queue functionality. |
| quotes.css | file | modules/ |
/* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */ q[example="public class foo\ {\ private int x;\ \ foo(int x) {\ this.x = x;\ }\ \ }"] { color: red } /* A pseudo selector with essential whitespace… |
| quotes.css.optimized.css | file | modules/ |
q[example="public class foo\ {\ private int x;\ \ foo(int x) {\ this.x = x;\ }\ \ }"]{color:red}q[style*="quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon… |
| quotes.css.unoptimized.css | file | modules/ |
/* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */ q[example="public class foo\ {\ private int x;\ \ foo(int x) {\ this.x = x;\ }\ \ }"] { color: red } /* A pseudo selector with essential whitespace… |
| RDF Mapping API | group | modules/ |
Functions to describe entities and bundles in RDF. |
| rdf.api.php | file | modules/ |
Hooks provided by the RDF module. |
| rdf.info | file | modules/ |
name = RDF description = Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes. package = Core version = VERSION core = 7.x files[] = rdf.test |
| rdf.install | file | modules/ |
Install, update and uninstall functions for the rdf module. |
| rdf.module | file | modules/ |
Enables semantically enriched output for Drupal sites in the form of RDFa. |
| rdf.test | file | modules/ |
Tests for rdf.module. |
| RdfCommentAttributesTestCase | class | modules/ |
|
| RdfCommentAttributesTestCase::$node1 | property | modules/ |
|
| RdfCommentAttributesTestCase::$node2 | property | modules/ |
|
| RdfCommentAttributesTestCase::getInfo | function | modules/ |
|
| RdfCommentAttributesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfCommentAttributesTestCase::testCommentRdfaMarkup | function | modules/ |
Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments. |
| RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup | function | modules/ |
Test RDF comment replies. |
| RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup | function | modules/ |
Tests the presence of the RDFa markup for the number of comments. |
| RdfCommentAttributesTestCase::_testBasicCommentRdfaMarkup | function | modules/ |
Helper function for testCommentRdfaMarkup(). |
| RdfCrudTestCase | class | modules/ |
|
| RdfCrudTestCase::getInfo | function | modules/ |
|
| RdfCrudTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfCrudTestCase::testCRUD | function | modules/ |
Test inserting, loading, updating, and deleting RDF mappings. |
| RdfGetRdfNamespacesTestCase | class | modules/ |
Tests for RDF namespaces declaration with hook_rdf_namespaces(). |
Pagination
- Previous page
- Page 157
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.