NodeQueryAlterTest::testNodeQueryAlterWithUI |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
Tests that node access permissions are followed. |
DrupalKernel::registerContainerConfiguration |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Overrides and eliminates this method from the parent class. Do not use. |
ClassMetadata::isCollectionValuedAssociation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped collection valued association for this class. |
FieldSqlStorageTest::testFieldStorageDetails |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test the storage details. |
Twig_Node_Expression_Filter_Default::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php |
Compiles the node to PHP. |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a select query. |
ContainerBuilderTest::testPrivateServiceUser |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
translation_entity_language_types_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_language_type_info_alter(). |
ViewEditFormController::submitDisplayDisable |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to disable display. |
SelectPagerDefaultTest::testHavingPagerQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that a paging query results with a having expression are valid. |
RouteCollectionTest::testDeepOverriddenRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
TokenReplaceTest::testSystemTokenRecognition |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php |
Test whether token-replacement works in various contexts. |
CommentTestBase::commentContactInfoAvailable |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php |
Checks whether the commenter's contact information is displayed. |
BaseCompilerFilter::setExcludeDefaultExterns |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
AlterDecoratorTestPluginManager::__construct |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/AlterDecoratorTestPluginManager.php |
|
Twig_ExpressionParser::parseStringExpression |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
HtmlToTextTest::testRemoveTrailingWhitespace |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Tests that drupal_wrap_mail() removes trailing whitespace before newlines. |
TaxonomyIndexTidDepth::buildExtraOptionsForm |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php |
Provide a form for setting options. |
Twig_ExpressionParser::parseFilterExpression |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
NamespacedAttributeBag::resolveAttributePath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php |
Resolves a path in attributes property and returns it as a reference. |
Twig_Tests_Node_Expression_Binary_ConcatTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
|
ClassWithValidAnnotationTarget::someFunction |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php |
Plugin annotation
@AnnotationTargetPropertyMethod("Some data",name="Some name") |
language_elements_configuration_element_test |
function |
drupal/core/modules/language/tests/language_elements_test/language_elements_test.module |
A form containing a language select element. |
HandlerFilterUserNameTest::testExposedFilter |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php |
Tests exposed filters. |
FilterEqualityTest::getGroupedExposedFilters |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterEqualityTest.php |
|
TextFieldTest::testTextfieldWidgetsFormatted |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Test widgets + 'formatted_text' setting. |
AbstractClassMetadataFactory::setCacheDriver |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Sets the cache driver used by the factory to cache ClassMetadata instances. |
NodeAccessBaseTableTest::testNodeAccessBasic |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php |
Tests the "private" node access functionality. |
Twig_Node_Expression_Binary_Concat::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php |
|
AbstractClassMetadataFactory::getCacheDriver |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Gets the cache driver used by the factory to cache ClassMetadata instances. |
AbstractClassMetadataFactory::getAllMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Forces the factory to load the metadata of all classes known to the underlying
mapping driver. |
MergeExtensionConfigurationPass::$extensions |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php |
|
MergeExtensionConfigurationPass::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php |
|
FileBagTest::testShouldConvertsUploadedFiles |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php |
|
HttpCacheTest::testEsiCacheSendsTheLowestTtl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
AbstractClassMetadataFactory::getMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Gets the class metadata descriptor for a class. |
ConfigTestTranslationUITest::setupTestFields |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Overrides EntityTranslationUITest::setupTestFields(). |
AbstractClassMetadataFactory::hasMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Checks whether the factory has the metadata for a class loaded already. |
JavaScriptTest::testAddJsFileWithQueryString |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript files that have querystrings attached get added right. |
AbstractClassMetadataFactory::setMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Sets the metadata descriptor for a specific class. |
ViewStorageTest::testConfigurationEntityCRUD |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests CRUD operations. |
AbstractClassMetadataFactory::doLoadMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Actually load the metadata from the underlying metadata |
DisplayExtenderUITest::testDisplayExtenderUI |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayExtenderUITest.php |
Tests the display extender UI. |
views.view.test_filter_node_uid_revision.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_filter_node_uid_revision.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_filter_node_uid_revision.yml |
GenericCacheBackendUnitTestBase::testIsEmpty |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::isEmpty(). |
GetSetMethodNormalizerTest::provideCallbacks |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
|
Twig_TemplateArrayAccessObject::offsetExists |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
CacheWarmerAggregateTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
RemoveUnusedDefinitionsPass::setRepeatedPass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
Sets the RepeatedPass interface. |
SelectSubqueryTest::testExistsSubquerySelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests EXISTS subquery conditionals on SELECT statements. |