WizardPluginBase::default_display_filters_user |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Retrieves filter information based on user input for the default display. |
EntityTranslationController::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getSourceLanguage(). |
UserPermissionsTest::testUserPermissionChanges |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php |
Change user permissions and check user_access(). |
ResponseHeaderBagTest::testMakeDispositionFail |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
@dataProvider provideMakeDispositionFail
@expectedException \InvalidArgumentException |
ArgumentDefaultPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form form for validating options |
SelectTest::testSimpleSelectExpressionMultiple |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests SELECT statements with multiple expressions. |
UserValidateCurrentPassCustomFormTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
|
MappingDefinitionTest::testAttributesInMarkup1 |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php |
Create a node of type article and test whether the RDF mapping defined for
this node type in rdf_test.module is used in the node page. |
MappingDefinitionTest::testAttributesInMarkup2 |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php |
Tests if RDF mapping defined in rdf_test.install is used. |
MappingDefinitionTest::testAttributesInMarkup3 |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php |
Tests if the default mapping for a node is being used. |
hook_field_widget_properties_ENTITY_TYPE_alter |
function |
drupal/core/modules/field/field.api.php |
Alters the widget properties of a field instance on a given entity type
before it gets displayed. |
taxonomy_vocabulary_confirm_reset_alphabetical |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Form builder to confirm resetting a vocabulary to alphabetical order. |
NodeTokenReplaceTest::testNodeTokenReplacement |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php |
Creates a node, then tests the tokens generated from it. |
entity_crud_hook_test_taxonomy_vocabulary_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_load(). |
StateValuesCleanTest::testFormStateValuesClean |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php |
Tests form_state_values_clean(). |
ClosureExpressionVisitorTest::testSortDelegate |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
TrackerAttributesTest::testAttributesInTracker |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php |
Tests for correct attributes on tracker page. |
LocaleConfigOverride::testLocaleConfigOverride |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/LocaleConfigOverride.php |
|
Twig_Tests_LexerTest::testNameLabelForFunction |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
TermFieldTest::testTaxonomyTermFieldValidation |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Test term field validation. |
drupal_system_listing_incompatible_test.module |
file |
drupal/core/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module |
|
TestClassMetadataFactory::initializeReflection |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Initialize Reflection after ClassMetadata was constructed. |
CommentNodeAccessTest::testThreadedCommentView |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php |
Test that threaded comments can be viewed. |
MongoDbProfilerStorageTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
KeyValueStoreExpirableInterface::setWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Saves a value for a given key with a time to live. |
NodeFeedTest::testNodeFeedExtraChannelElements |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFeedTest.php |
Ensures that node_feed() accepts and prints extra channel elements. |
VocabularyLanguageTest::testVocabularyLanguage |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests language settings for vocabularies. |
PluginTestBase::$testPluginExpectedDefinitions |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginTestBase.php |
|
AnnotationClassLoader::setRouteAnnotationClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Sets the annotation class to read route properties from. |
CommentStorageController::updateNodeStatistics |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Updates the comment statistics for a given node. |
FieldInstanceCrudTest::testCreateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the creation of a field instance. |
ContainerBuilderTest::testfindTaggedServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::findTaggedServiceIds |
FieldInstanceCrudTest::testUpdateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the update of a field instance. |
SystemListingCompatibleTest::testSystemListing |
function |
drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/lib/Drupal/drupal_system_listing_compatible_test/Tests/SystemListingCompatibleTest.php |
Non-empty test* method required to executed the test case class. |
AbstractProfilerStorageTest::testRetrieveByUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
FieldInstanceCrudTest::testDeleteFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the deletion of a field instance. |
CommentPagerTest::testCommentOrderingThreading |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php |
Tests comment ordering and threading. |
NodeQueryAlterTest::testNodeQueryAlterOverride |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
Tests 'node_access' query alter override. |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a query and custom prefetch method. |
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::getQueryServiceName |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServiceName(). |
CacheDecoratorTest::testClearCachedDefinitions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php |
Tests CacheDecorator::clearCachedDefinitions(). |
ViewEditFormController::submitDelayDestination |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler for form buttons that do not complete a form workflow. |
ViewEditFormController::submitDisplayDuplicate |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to duplicate a display for a view. |
LoadMultipleTest::testTaxonomyTermMultipleLoad |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php |
Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple(). |
Twig_Node_Expression_Binary_NotEqual::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php |
|
Controller::createOrRetrieveSecurityIdentityId |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Returns the primary key for the passed security identity. |
FilterInOperatorTest::getGroupedExposedFilters |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
|
StaticReflectionService::getAccessibleProperty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Return an accessible property (setAccessible(true)) or null. |
CascadingStylesheetsUnitTest::testLoadCssBasic |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php |
Tests CSS loading via drupal_load_stylesheet(). |