159 uses of LANGUAGE_NONE
- AggregatorTestCase::createSampleNodes in modules/
aggregator/ aggregator.test - Creates sample article nodes.
- BlogTestCase::verifyBlogs in modules/
blog/ blog.test - Verify the logged in user has the desired access to the various blog nodes.
- BookTestCase::createBookNode in modules/
book/ book.test - Creates a book node.
- book_admin_edit_submit in modules/
book/ book.admin.inc - Form submission handler for book_admin_edit().
- CommentActionsTestCase::testCommentPublishUnpublishHooks in modules/
comment/ comment.test - Test comment publish and unpublish hooks.
- CommentAnonymous::testAnonymous in modules/
comment/ comment.test - Test anonymous comment functionality.
- CommentHelperCase::postComment in modules/
comment/ comment.test - Post comment.
- CommentInterfaceTest::setEnvironment in modules/
comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentClasses in modules/
comment/ comment.test - Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/
comment/ comment.test - Tests new comment marker.
- CommentInterfaceTest::testCommentNodeCommentStatistics in modules/
comment/ comment.test - Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in modules/
comment/ comment.test - Test that threaded comments can be viewed.
- CommentPreviewTest::testCommentEditPreviewSave in modules/
comment/ comment.test - Test comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in modules/
comment/ comment.test - Test comment preview.
- CommentThreadingTestCase::testCommentThreading in modules/
comment/ comment.test - Tests the comment threading.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/
comment/ comment.test - Creates a comment, then tests the tokens generated from it.
- comment_form in modules/
comment/ comment.module - Generate the basic commenting form, for appending to a node or display on a separate page.
- comment_submit in modules/
comment/ comment.module - Prepare a comment for submission.
- comment_update_7006 in modules/
comment/ comment.install - Migrate data from the comment field to field storage.
- DBLogTestCase::doNode in modules/
dblog/ dblog.test - Generates and then verifies some node events.
- DBLogTestCase::getContent in modules/
dblog/ dblog.test - Creates random content based on node content type.
- DBLogTestCase::getContentUpdate in modules/
dblog/ dblog.test - Creates random content as an update based on node content type.
- DrupalWebTestCase::drupalCreateNode in modules/
simpletest/ drupal_web_test_case.php - Creates a node based on default settings.
- drupal_lookup_path in includes/
path.inc - Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
- EntityCrudHookTestCase::testCommentHooks in modules/
simpletest/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on comments.
- EntityCrudHookTestCase::testNodeHooks in modules/
simpletest/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on nodes.
- EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions in modules/
simpletest/ tests/ entity_query.test - Tests field meta conditions.
- EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in modules/
simpletest/ tests/ entity_query.test - Tests querying translatable fields.
- FieldAttachOtherTestCase::testFieldAttachCache in modules/
field/ tests/ field.test - Test field cache.
- FieldAttachOtherTestCase::testFieldAttachForm in modules/
field/ tests/ field.test - Test field_attach_form().
- FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in modules/
field/ tests/ field.test - Tests the 'multiple entity' behavior of field_attach_prepare_view().
- FieldAttachOtherTestCase::testFieldAttachSubmit in modules/
field/ tests/ field.test - Test field_attach_submit().
- FieldAttachOtherTestCase::testFieldAttachValidate in modules/
field/ tests/ field.test - Test field_attach_validate().
- FieldAttachOtherTestCase::testFieldAttachView in modules/
field/ tests/ field.test - Test field_attach_view() and field_attach_prepare_view().
- FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in modules/
field/ tests/ field.test - Test field_attach_create_bundle() and field_attach_rename_bundle().
- FieldAttachStorageTestCase::testFieldAttachDelete in modules/
field/ tests/ field.test - Test field_attach_delete().
- FieldAttachStorageTestCase::testFieldAttachDeleteBundle in modules/
field/ tests/ field.test - Test field_attach_delete_bundle().
- FieldAttachStorageTestCase::testFieldAttachLoadMultiple in modules/
field/ tests/ field.test - Test the 'multiple' load feature.
- FieldAttachStorageTestCase::testFieldAttachSaveLoad in modules/
field/ tests/ field.test - Check field values insert, update and load.
- FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in modules/
field/ tests/ field.test - Test saving and loading fields using different storage backends.
- FieldAttachStorageTestCase::testFieldAttachSaveMissingData in modules/
field/ tests/ field.test - Tests insert and update with missing or NULL fields.
- FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in modules/
field/ tests/ field.test - Test insert with missing or NULL fields, with default value.
- FieldAttachStorageTestCase::testFieldHasData in modules/
field/ tests/ field.test - Test field_has_data().
- FieldCrudTestCase::testDeleteField in modules/
field/ tests/ field.test - Test the deletion of a field.
- FieldDisplayAPITestCase::testFieldViewField in modules/
field/ tests/ field.test - Test the field_view_field() function.
- FieldFormTestCase::testFieldFormAccess in modules/
field/ tests/ field.test - Tests fields with no 'edit' access.
- FieldFormTestCase::testFieldFormJSAddMore in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormMultipleWidget in modules/
field/ tests/ field.test - Tests widgets handling multiple values.
- FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in modules/
field/ tests/ field.test - Tests widget handling of multiple required radios.
- FieldFormTestCase::testFieldFormSingle in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormSingleRequired in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormUnlimited in modules/
field/ tests/ field.test - FieldFormTestCase::testNestedFieldForm in modules/
field/ tests/ field.test - Tests Field API form integration within a subform.
- FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Reads mysql to verify correct data is written when using insert and update.
- FieldSqlStorageTestCase::testFieldAttachLoad in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Uses the mysql tables and records to verify field_load_revision works correctly.
- FieldSqlStorageTestCase::testFieldAttachSaveMissingData in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Tests insert and update with missing or NULL fields.
- FieldSqlStorageTestCase::testFieldCompareDataModification in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Tests the expected return values of _field_sql_storage_write_compare().
- FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Test handling multiple conditions on multiple columns of one field.
- FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Test handling multiple conditions on multiple columns of one field for multiple languages.
- FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Test handling multiple conditions on one column of a field.
- FieldTranslationsTestCase::testFieldAvailableLanguages in modules/
field/ tests/ field.test - Ensures that only valid values are returned by field_available_languages().
- FieldTranslationsTestCase::testFieldDisplayLanguage in modules/
field/ tests/ field.test - Tests display language logic for translatable fields.
- FieldUIManageFieldsTestCase::testDefaultValue in modules/
field_ui/ field_ui.test - Tests that default value is correctly validated and saved.
- field_available_languages in modules/
field/ field.multilingual.inc - Collects the available languages for the given entity type and field.
- field_default_prepare_translation in modules/
field/ field.default.inc - Copies source field values into the entity to be prepared.
- field_language in modules/
field/ field.multilingual.inc - Returns the display language for the fields attached to the given entity.
- field_ui_default_value_widget in modules/
field_ui/ field_ui.admin.inc - Builds the default value fieldset for a given field instance.
- field_ui_field_edit_form_submit in modules/
field_ui/ field_ui.admin.inc - Form submission handler for field_ui_field_edit_form().
- field_ui_field_edit_form_validate in modules/
field_ui/ field_ui.admin.inc - Form validation handler for field_ui_field_edit_form().
- FileFieldDisplayTestCase::testNodeDisplay in modules/
file/ tests/ file.test - Tests normal formatter display on node display.
- FileFieldTestCase::uploadNodeFile in modules/
file/ tests/ file.test - Uploads a file to a node.
- FileFieldValidateTestCase::testRequired in modules/
file/ tests/ file.test - Tests the required property on file fields.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/
file/ tests/ file.test - Helper for testing exploiting the temporary file removal using fid.
- FileFieldWidgetTestCase::testMultiValuedWidget in modules/
file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testWidgetValidation in modules/
file/ tests/ file.test - Tests validation with the Upload button.
- FileTaxonomyTermTestCase::_testTermFile in modules/
file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FilterAdminTestCase::testFilterAdmin in modules/
filter/ filter.test - Tests filter administration functionality.
- FilterFormatAccessTestCase::testFormatPermissions in modules/
filter/ filter.test - Tests the Filter format access permissions functionality.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/
filter/ filter.test - Tests editing a page using a disallowed text format.
- form_test_two_instances in modules/
simpletest/ tests/ form_test.module - Menu callback that returns two instances of the node form.
- ForumIndexTestCase::testForumIndexStatus in modules/
forum/ forum.test - Tests the forum index for published and unpublished nodes.
- ForumTestCase::createForumTopic in modules/
forum/ forum.test - Creates forum topic.
- ForumTestCase::verifyForums in modules/
forum/ forum.test - Verifies that the logged in user has access to a forum nodes.
- ImageFieldDisplayTestCase::testImageFieldSettings in modules/
image/ image.test - Tests for image field settings.
- language_fallback_get_candidates in includes/
language.inc - Returns the possible fallback languages ordered by language weight.
- ListFieldTestCase::testUpdateAllowedValues in modules/
field/ modules/ list/ tests/ list.test - Test that allowed values can be updated.
- LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/
locale/ locale.test - Test that comment language is properly set.
- LocaleContentFunctionalTest::testNodeCreationWithLanguage in modules/
locale/ locale.test - Verifies that nodes may be created with different languages.
- LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/
locale/ locale.test - LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/
locale/ locale.test - Test if field languages are correctly set through the node form.
- LocalePathFunctionalTest::testPathLanguageConfiguration in modules/
locale/ locale.test - Test if a language can be associated with a path alias.
- locale_form_comment_form_alter in modules/
locale/ locale.module - Implements hook_form_FORM_ID_alter().
- MenuBreadcrumbTestCase::testBreadCrumbs in modules/
simpletest/ tests/ menu.test - Tests breadcrumbs on node and administrative paths.
- MenuNodeTestCase::testMenuNodeFormWidget in modules/
menu/ menu.test - Test creating, editing, deleting menu links via node form widget.
- NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/
node/ node.test - Tests administering fields when node access is restricted.
- NodeCreationTestCase::testFailedPageCreation in modules/
node/ node.test - Verifies that a transaction rolls back the failed creation.
- NodeCreationTestCase::testNodeCreation in modules/
node/ node.test - Creates a "Basic page" node and verifies its consistency in the database.
- NodeEntityFieldQueryAlter::setUp in modules/
node/ node.test - Sets up a Drupal site for running functional and integration tests.
- NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/
node/ node.test - Create a "Basic page" node and verify its consistency in the database.
- NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/
node/ node.test - Tests fields that were previously hidden when the view mode is changed.
- NodePostSettingsTestCase::testPageNotPostInfo in modules/
node/ node.test - Confirms absence of post information on a new node.
- NodePostSettingsTestCase::testPagePostInfo in modules/
node/ node.test - Confirms "Basic page" content type and post information is on a new node.
- node_add in modules/
node/ node.pages.inc - Returns a node submission form.
- node_admin_nodes in modules/
node/ node.admin.inc - Form builder: Builds the node administration overview.
- node_filter_form in modules/
node/ node.admin.inc - Returns the node administration filters form array to node_admin_content().
- node_update_7006 in modules/
node/ node.install - Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
- NumberFieldTestCase::testNumberDecimalField in modules/
field/ modules/ number/ number.test - Test number_decimal field.
- NumberFieldTestCase::testNumberFloatField in modules/
field/ modules/ number/ number.test - Test number_float field.
- OptionsWidgetsTestCase::testCheckBoxes in modules/
field/ modules/ options/ options.test - Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTestCase::testOnOffCheckbox in modules/
field/ modules/ options/ options.test - Tests the 'options_onoff' widget.
- OptionsWidgetsTestCase::testRadioButtons in modules/
field/ modules/ options/ options.test - Tests the 'options_buttons' widget (single select).
- OptionsWidgetsTestCase::testSelectListMultiple in modules/
field/ modules/ options/ options.test - Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTestCase::testSelectListSingle in modules/
field/ modules/ options/ options.test - Tests the 'options_select' widget (single select).
- PageEditTestCase::testPageAuthoredBy in modules/
node/ node.test - Tests changing a node's "authored by" field.
- PageEditTestCase::testPageEdit in modules/
node/ node.test - Checks node edit functionality.
- PagePreviewTestCase::testPagePreview in modules/
node/ node.test - Checks the node preview functionality.
- PagePreviewTestCase::testPagePreviewWithRevisions in modules/
node/ node.test - Checks the node preview functionality, when using revisions.
- PageTitleFiltering::testTitleTags in modules/
system/ system.test - Tests the handling of HTML by drupal_set_title() and drupal_get_title()
- PathLanguageTestCase::testAliasTranslation in modules/
path/ path.test - Test alias functionality through the admin interfaces.
- path_admin_form_validate in modules/
path/ path.admin.inc - Form validation handler for path_admin_form().
- path_form_node_form_alter in modules/
path/ path.module - Implements hook_form_BASE_FORM_ID_alter() for node_form().
- path_form_taxonomy_form_term_alter in modules/
path/ path.module - Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
- path_node_insert in modules/
path/ path.module - Implements hook_node_insert().
- path_save in includes/
path.inc - Save a path alias to the database.
- path_taxonomy_term_insert in modules/
path/ path.module - Implements hook_taxonomy_term_insert().
- path_taxonomy_term_update in modules/
path/ path.module - Implements hook_taxonomy_term_update().
- PHPFilterTestCase::testPHPFilter in modules/
php/ php.test - Makes sure that the PHP filter evaluates PHP code when used.
- RdfRdfaMarkupTestCase::testAttributesInMarkupFile in modules/
rdf/ rdf.test - Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
- SearchConfigSettingsForm::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- SearchNumberMatchingTestCase::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- SearchNumbersTestCase::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/
taxonomy/ taxonomy.test - Test taxonomy functionality with nodes prior to 1970.
- TaxonomyRSSTestCase::testTaxonomyRSS in modules/
taxonomy/ taxonomy.test - Tests that terms added to nodes are displayed in core RSS feed.
- TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/
taxonomy/ taxonomy.test - Tests term reference field and widget with multiple vocabularies.
- TaxonomyTermFieldTestCase::testEmptyTaxonomyTermReferenceField in modules/
taxonomy/ taxonomy.test - Test empty taxonomy term reference field.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in modules/
taxonomy/ taxonomy.test - Test term field validation.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/
taxonomy/ taxonomy.test - Test widgets.
- TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/
taxonomy/ taxonomy.test - Tests that the taxonomy index is maintained properly.
- TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/
taxonomy/ taxonomy.test - Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyTermTestCase::testTaxonomyNode in modules/
taxonomy/ taxonomy.test - Test that hook_node_$op implementations work correctly.
- TaxonomyTokenReplaceTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- taxonomy_update_7005 in modules/
taxonomy/ taxonomy.install - Migrate {taxonomy_term_node} table to field storage.
- template_preprocess_search_result in modules/
search/ search.pages.inc - Process variables for search-result.tpl.php.
- TextFieldTestCase::testTextFieldValidation in modules/
field/ modules/ text/ text.test - Test text field validation.
- TextFieldTestCase::_testTextfieldWidgets in modules/
field/ modules/ text/ text.test - Helper function for testTextfieldWidgets().
- TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/
field/ modules/ text/ text.test - Helper function for testTextfieldWidgetsFormatted().
- TextTranslationTestCase::testTextField in modules/
field/ modules/ text/ text.test - Test that a plaintext textfield widget is correctly populated.
- TextTranslationTestCase::testTextFieldFormatted in modules/
field/ modules/ text/ text.test - Check that user that does not have access the field format cannot see the source value when creating a translation.
- TranslationTestCase::createPage in modules/
translation/ translation.test - Creates a "Basic page" in the specified language.
- TranslationTestCase::createTranslation in modules/
translation/ translation.test - Creates a translation for a basic page in the specified language.
- TranslationTestCase::testContentTranslation in modules/
translation/ translation.test - Creates, modifies, and updates a basic page with a translation.
- TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/
translation/ translation.test - Tests that the language switcher block alterations work as intended.
- translation_language_switch_links_alter in modules/
translation/ translation.module - Implements hook_language_switch_links_alter().
- TriggerContentTestCase::testActionsContent in modules/
trigger/ trigger.test - Tests several content-oriented trigger issues.
- TriggerOrphanedActionsTestCase::testActionsOrphaned in modules/
trigger/ trigger.test - Tests logic around orphaned actions.
- UserCancelTestCase::testUserDelete in modules/
user/ user.test - Delete account and remove all content.
- UserSignatureTestCase::testUserSignature in modules/
user/ user.test - Test that a user can change their signature format and that it is respected upon display.
- _translation_tab_access in modules/
translation/ translation.module - Access callback: Checks that the user has permission to 'translate content'.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.