Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PSR0WebTest.php file modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR0WebTest::getInfo function modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR0WebTest::testArithmetics function modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php
PSR4WebTest class modules/simpletest/src/Tests/PSR4WebTest.php
PSR4WebTest.php file modules/simpletest/src/Tests/PSR4WebTest.php
PSR4WebTest::getInfo function modules/simpletest/src/Tests/PSR4WebTest.php
PSR4WebTest::testArithmetics function modules/simpletest/src/Tests/PSR4WebTest.php
psr_0_test.info file modules/simpletest/tests/psr_0_test/psr_0_test.info name = PSR-0 Test cases
description = Test classes to be discovered by simpletest.
core = 7.x

hidden = TRUE
package = Testing
psr_0_test.module file modules/simpletest/tests/psr_0_test/psr_0_test.module
psr_4_test.info file modules/simpletest/tests/psr_4_test/psr_4_test.info name = PSR-4 Test cases
description = Test classes to be discovered by simpletest.
core = 7.x

hidden = TRUE
package = Testing
psr_4_test.module file modules/simpletest/tests/psr_4_test/psr_4_test.module
Query::$comments property includes/database/query.inc An array of comments that can be prepended to a query.
Query::$queryOptions property includes/database/query.inc The query options to pass on to the connection object.
Query::getComments function includes/database/query.inc Returns a reference to the comments array for the query.
Query::__construct function includes/database/query.inc Constructs a Query object.
Query::__sleep function includes/database/query.inc Implements the magic __sleep function to disconnect from the database.
Query::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
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::arguments function includes/database/query.inc Gets a complete list of all values to insert into the prepared statement.
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.
Queue operations group modules/system/system.queue.inc Queue items to allow later processing.
QueueTestCase class modules/system/system.test Test the basic queue functionality.
QueueTestCase::getInfo function modules/system/system.test
QueueTestCase::queueScore function modules/system/system.test This function returns the number of equal items in two arrays.
QueueTestCase::testQueue function modules/system/system.test Queues and dequeues a set of items to check the basic queue functionality.
quotes.css file modules/simpletest/files/css_test_files/quotes.css /* 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/simpletest/files/css_test_files/quotes.css.optimized.css 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/simpletest/files/css_test_files/quotes.css.unoptimized.css /* 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.install file modules/rdf/rdf.install Install, update and uninstall functions for the rdf module.
rdf.test file modules/rdf/rdf.test Tests for rdf.module.
RdfCommentAttributesTestCase class modules/rdf/rdf.test
RdfCommentAttributesTestCase::$node1 property modules/rdf/rdf.test
RdfCommentAttributesTestCase::$node2 property modules/rdf/rdf.test
RdfCommentAttributesTestCase::getInfo function modules/rdf/rdf.test
RdfCommentAttributesTestCase::setUp function modules/rdf/rdf.test Sets up a Drupal site for running functional and integration tests.
RdfCommentAttributesTestCase::testCommentRdfaMarkup function modules/rdf/rdf.test 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/rdf/rdf.test Test RDF comment replies.
RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup function modules/rdf/rdf.test Tests the presence of the RDFa markup for the number of comments.
RdfCommentAttributesTestCase::_testBasicCommentRdfaMarkup function modules/rdf/rdf.test Helper function for testCommentRdfaMarkup().
RdfCrudTestCase class modules/rdf/rdf.test
RdfCrudTestCase::getInfo function modules/rdf/rdf.test
RdfCrudTestCase::setUp function modules/rdf/rdf.test Sets up a Drupal site for running functional and integration tests.
RdfCrudTestCase::testCRUD function modules/rdf/rdf.test Test inserting, loading, updating, and deleting RDF mappings.
RdfGetRdfNamespacesTestCase class modules/rdf/rdf.test Tests for RDF namespaces declaration with hook_rdf_namespaces().

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