database_test_db_query_temporary |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs db_query_temporary() and outputs the table name and its number of rows. |
MailTest::testPluggableFramework |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php |
Assert that the pluggable mail system is functional. |
CompiledRouteTest::testAccessors |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php |
|
DisplayPluginBase::useMoreAlways |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Should the enabled display more link be shown when no more items? |
PrefixCollision_C_B_Foo::$loaded |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php |
|
Twig_Lexer::REGEX_DQ_STRING_PART |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
PageTitleFilteringTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
Reset page title. |
MemoryBackend::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php |
Implements Drupal\Core\Flood\FloodInterface::garbageCollection(). |
ArgumentPluginBase::summaryQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Build the info for the summary query. |
SqliteProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
PrefixCollision_C_B_Bar::$loaded |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php |
|
CachedModuleHandler::__construct |
function |
drupal/core/lib/Drupal/Core/Extension/CachedModuleHandler.php |
Constructs a new CachedModuleHandler object. |
FieldAccessTest::testFieldAccess |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Test that hook_field_access() is called. |
PagePreviewTest::testPagePreview |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Checks the node preview functionality. |
CompositeExpression::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
|
ActionStorageController::preSave |
function |
drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php |
Acts on an entity before the presave hook is invoked. |
EmberPrecompileFilter::$emberBin |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php |
|
PrefixCollision_A_B_Foo::$loaded |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php |
|
CachedModuleHandler::getHookInfo |
function |
drupal/core/lib/Drupal/Core/Extension/CachedModuleHandler.php |
Overrides \Drupal\Core\Extension\ModuleHandler::getHookInfo(). |
UpdateTest::testSimpleNullUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms updating to NULL. |
FieldPluginBase::getRenderTokens |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Get the 'render' tokens to use for advanced rendering. |
FilterPluginManager::__construct |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterPluginManager.php |
Constructs a FilterPluginManager object. |
TypedDataManager::getConstraints |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Gets configured constraints from a data definition. |
CompassFilter::setHttpImagesPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
ContainerInterface::getParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Gets a parameter. |
TestImportWithConcreteAnnotation |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
PrefixCollision_A_B_Bar::$loaded |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php |
|
RelationLinkManagerInterface.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManagerInterface.php |
Contains \Drupal\rest\LinkManager\RelationLinkManagerInterface. |
PHPUnit_Framework_Assert::isType |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_IsType matcher object. |
ContainerInterface::hasParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Checks if a parameter exists. |
DisplayPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
EasyRdf_Parser::checkParseParams |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php |
Check, cleanup parameters and prepare for parsing
@ignore |
DateFormatFormBase::$patternType |
property |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatFormBase.php |
The date pattern type. |
ContainerInterface::setParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Sets a parameter. |
ThemeEarlyInitializationTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeEarlyInitializationTest.php |
Definition of Drupal\system\Tests\Theme\ThemeEarlyInitializationTest. |
LocalePluralFormatTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php |
Modules to enable. |
DrupalKernelTest::testCompileDIC |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php |
Tests DIC compilation. |
RedirectResponseTest::testCreate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php |
|
DateFormatFormBase::validateForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatFormBase.php |
Form validation handler. |
Twig_Node_Spaceless::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Spaceless.php |
Constructor. |
UpdateTest::testExpressionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Tests updating with expressions. |
LessThanValidator::compareValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LessThanValidator.php |
@inheritDoc |
FileProfilerStorageTest::$tmpDir |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
ToolkitGdTest::checkRequirements |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php |
Checks the matching requirements for Test. |
email_field_formatter_info_alter |
function |
drupal/core/modules/email/email.module |
Implements hook_field_formatter_info_alter(). |
FieldUnitTest::testClickSortable |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests whether the filters are click sortable as expected. |
UpdateTest::testPrimaryKeyUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirm that we can update the primary key of a record successfully. |
CategoryListController::buildRow |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php |
Overrides Drupal\Core\Entity\EntityListController::buildRow(). |
XmlRpcBasicTest::testListMethods |
function |
drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcBasicTest.php |
Ensure that a basic XML-RPC call with no parameters works. |
TranslationTest::testFieldInvoke |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test the multilanguage logic of _field_invoke(). |