AccessDeniedTestCase::test403PathOnSystemForm in modules/system/tests/system.test
AccessDeniedTestCase::testAccessDenied in modules/system/tests/system.test
backdrop_lookup_path in includes/path.inc
Given an alias, return its Backdrop system URL if one exists. Given a Backdrop system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
BackdropWebTestCase::backdropCreateNode in modules/simpletest/backdrop_web_test_case.php
Creates a node based on default settings.
block_admin_configure in modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_list in modules/block/block.admin.inc
Page callback; Display a list of all custom blocks.
block_custom_block_form in modules/block/block.module
Form constructor for the custom block form.
block_custom_block_load in modules/block/block.module
Returns information from configuration about a user-created (custom) block.
block_custom_block_save in modules/block/block.module
Saves a user-created block in a config file.
block_custom_block_translate_access in modules/block/block.admin.inc
Menu access callback for translating a single block.
book_admin_edit_submit in modules/book/book.admin.inc
Form submission handler for book_admin_edit().
BookTestCase::createBookNode in modules/book/tests/book.test
Creates a book node.
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
CommentAnonymous::testAnonymous in modules/comment/tests/comment.test
Tests anonymous comment functionality.
comment.entity.inc in modules/comment/comment.entity.inc
Entity controller and class for comments.
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
CommentHelperCase::postComment in modules/comment/tests/comment.test
Posts a comment.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in modules/comment/tests/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/tests/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in modules/comment/tests/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in modules/comment/tests/comment.test
Test that threaded comments can be viewed.
comment_preview in modules/comment/comment.module
Generates a comment preview.
CommentPreviewTest::testCommentEditPreviewSave in modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in modules/comment/tests/comment.test
Tests comment preview.
comment_submit in modules/comment/comment.module
Prepare a comment for submission.
CommentThreadingTestCase::testCommentThreading in modules/comment/tests/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
date_format_type_format in modules/date/date.module
Helper function to get the right date format for a format type.
DBLogTestCase::doNode in modules/dblog/tests/dblog.test
Generates and then verifies some node events.
DBLogTestCase::getContent in modules/dblog/tests/dblog.test
Creates random content based on node content type.
DBLogTestCase::getContentUpdate in modules/dblog/tests/dblog.test
Creates random content as an update based on node content type.
EntityCrudHookTestCase::testCommentHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testNodeHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
EntityFieldQueryTestCase::setUp in modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
EntityFieldQueryTestCase::testEntityFieldQuery in modules/entity/tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions in modules/entity/tests/entity_query.test
Tests field meta conditions.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in modules/entity/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().
field_available_languages in modules/field/field.multilingual.inc
Collects the available languages for the given entity type and field.
FieldBlockTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldBulkDeleteTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
field_content_languages in modules/field/field.multilingual.inc
Returns available content languages.
FieldCrudTestCase::testDeleteField in modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testUpdateField in modules/field/tests/field.test
Test updating a field.
field_default_prepare_translation in modules/field/field.default.inc
Copies source field values into the entity to be prepared.
FieldDisplayAPITestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldDisplayAPITestCase::testFieldViewValue in modules/field/tests/field.test
Test the field_view_value() 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.
FieldGetValueTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
field_language in modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in modules/field/modules/field_sql_storage/tests/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/tests/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/tests/field_sql_storage.test
Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in modules/field/modules/field_sql_storage/tests/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/tests/field_sql_storage.test
Test handling multiple conditions on one column of a field.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test trying to update a field with data.
FieldTokenTestCase::testFieldToken in modules/field/tests/field.test
Test fields in token display mode.
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.
FieldTranslationsTestCase::testFieldFormTranslationRevisions in modules/field/tests/field.test
Tests field translations when creating a new revision.
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().
FieldUIManageDisplayTestCase::testViewModeCustom in modules/field_ui/tests/field_ui.test
Tests switching display modes to use custom or 'default' settings'.
FieldUIManageFieldsTestCase::testDefaultValue in modules/field_ui/tests/field_ui.test
Tests that default value is correctly validated and saved.
FieldViewsDataTest::setUp in modules/field/tests/field_views.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsFieldTest::setUp in modules/field/tests/field_views.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsFieldTest::_testMultipleFieldRender in modules/field/tests/field_views.test
FieldViewsFieldTest::_testSimpleFieldRender in modules/field/tests/field_views.test
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in modules/file/tests/file.test
Tests normal formatter display on node display.
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
FileFieldPathTestCase::testUploadPath in modules/file/tests/file.test
Tests the normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldValidateTestCase::testFileExtension in modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in modules/file/tests/file.test
Tests the max file size validator.
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::testPrivateFileComment in modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in modules/file/tests/file.test
Tests validation with the Upload button.
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
FileStorageController::preSave in modules/file/file.entity.inc
Overrides EntityDatabaseStorageController::presave().
FileTaxonomyTermTestCase::_testTermFile in modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTestHelper::replaceNodeFile in modules/file/tests/file.test
Replaces a file within a node.
FileTestHelper::uploadNodeFile in modules/file/tests/file.test
Uploads a file to a node.
FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUploadWizardTestCase::testFileUploadWizardFields in modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FileUsageTestCase::testFileUsagePage in modules/file/tests/file.test
Create a file and verify its usage information.
FilterAdminTestCase::testFilterAdmin in modules/filter/tests/filter.test
Tests filter administration functionality.
FilterFileUsageTest::testFilterEntityHooks in modules/filter/tests/filter.test
Tests file usages are tracked in creating, updating, and deleting content.
FilterFormatAccessTestCase::testFormatPermissions in modules/filter/tests/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterSecurityTestCase::testDisableFilterModule in modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
form_test_two_instances in modules/simpletest/tests/form_test.module
Menu callback that returns two instances of the node form.
hook_path_alias_alter in modules/path/path.api.php
Alter generated aliases before saving.
ImageAdminStylesUnitTest::testStyleReplacement in modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/tests/image.test
Test image formatters on node display.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/tests/image.test
Tests for image field settings.
ImageFieldTestCase::uploadNodeImage in modules/image/tests/image.test
Upload an image to a node.
ImageFieldValidateTestCase::testOrientation in modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFieldValidateTestCase::testTypeSupport in modules/image/tests/image.test
Test for supported image types.
ImageStyleTokenTests::testTokens in modules/image/tests/token.test
Test that the image style tokens exist.
language_fallback_get_candidates in includes/language.inc
Returns the possible fallback languages ordered by language weight.
language_name in includes/bootstrap.inc
Produced the printed name for a language for display.
LanguageUpgradePathTestCase::testLanguageUpgrade in modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LayoutInterfaceTest::testCurrentUser in modules/layout/tests/layout.test
Tests current user custom field block
LayoutInterfaceTest::testOverriddenPaths in modules/layout/tests/layout.test
Test the overriding of paths.
ListDynamicValuesValidationTestCase::testDynamicAllowedValues in modules/field/modules/list/tests/list.test
Test that allowed values function gets the entity.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
ListFieldTestCase::testUpdateAllowedValues in modules/field/modules/list/tests/list.test
Test that allowed values can be updated.
ListFieldUITestCase::testListAllowedValuesFloat in modules/field/modules/list/tests/list.test
List (float) : test 'allowed values' input.
ListFieldUITestCase::testListAllowedValuesInteger in modules/field/modules/list/tests/list.test
List (integer) : test 'allowed values' input.
ListFieldUITestCase::testListAllowedValuesText in modules/field/modules/list/tests/list.test
List (text) : test 'allowed values' input.
list_form_field_ui_field_edit_form_alter in modules/field/modules/list/list.module
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/tests/locale.test
Test that comment language is properly set.
locale_form_redirect_edit_form_alter in modules/redirect/redirect.module
Implements hook_form_FORM_ID_alter() on behalf of locale.module.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/locale/tests/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/locale/tests/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/tests/locale.test
Test if a language can be associated with a path alias.
locale_preprocess_node in modules/locale/locale.module
Implements MODULE_preprocess_HOOK().
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
menu_edit_item in modules/menu/menu.admin.inc
Menu callback; Build the menu link editing form.
menu_edit_item_submit in modules/menu/menu.admin.inc
Process menu and menu item add/edit form submissions.
MenuLanguageTestCase::setUp in modules/menu/tests/menu_language.test
Set up test environment.
MenuLanguageTestCase::validateParentOptions in modules/menu/tests/menu_language.test
Verify that the items provided in the select list are usable as parents.
menu_link_save in includes/menu.inc
Saves a menu link.
menu_menu_local_tasks_alter in modules/menu/menu.module
Implements hook_menu_local_tasks_alter().
MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
menu_overview_form in modules/menu/menu.admin.inc
Form for editing an entire menu tree at once.
_menu_overview_tree_form in modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
MenuTestCase::doMenuTests in modules/menu/tests/menu.test
Test menu functionality using main-menu menu.
menu_tree_all_data in includes/menu.inc
Gets the data structure representing a named menu tree.
NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/node/tests/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in modules/node/tests/node.test
Tests the comment pager for nodes with multiple grants per realm.
node_add in modules/node/node.pages.inc
Page callback: Provides the node submission form.
NodeBlockFunctionalTest::testNodeBlock in modules/node/tests/node.test
Tests the Existing content block.
NodeCreationTestCase::testFailedPageCreation in modules/node/tests/node.test
Verifies that a transaction rolls back the failed creation.
NodeCreationTestCase::testNodeCreation in modules/node/tests/node.test
Creates a "Page" node and verifies its consistency in the database.
NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityFieldQueryAlter::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
node.entity.inc in modules/node/node.entity.inc
Entity controller and class for nodes.
NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_path_info in modules/node/node.path.inc
Implements hook_path_info().
NodePostSettingsTestCase::testPageNotPostInfo in modules/node/tests/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in modules/node/tests/node.test
Confirms "Page" content type and post information is on a new node.
NodeRevisionsTestCase::testRevisions in modules/node/tests/node.test
Checks node revision related operations.
NodeSaveTestCase::testImport in modules/node/tests/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/tests/node.test
Creates a node, then tests the tokens generated from it.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in modules/node/tests/node.test
Tests the Existing content block.
NumberFieldTestCase::testNumberDecimalField in modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
NumberFieldTestCase::testNumberFieldEmpty in modules/field/modules/number/tests/number.test
Test empty value submission.
NumberFieldTestCase::testNumberFloatField in modules/field/modules/number/tests/number.test
Test number_float field.
options_field_instance_settings_validate in modules/field/modules/options/options.module
Form #validate callback for field_ui_field_edit_form().
OptionsWidgetsTestCase::testCheckBoxes in modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageAuthoredBy in modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in modules/node/tests/node.test
Checks node edit functionality.
PageNotFoundTestCase::test404PathOnSystemForm in modules/system/tests/system.test
PageNotFoundTestCase::testPageNotFound in modules/system/tests/system.test
PagePreviewTestCase::testPagePreview in modules/node/tests/node.test
Checks the node preview functionality.
PageTitleFiltering::testTitleTags in modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
path_admin_form in modules/path/path.admin.inc
Form builder; Main URL alias pattern administration form.
path_admin_form_validate in modules/path/path.admin.inc
Form validation handler for path_admin_form().
path_admin_overview in modules/path/path.admin.inc
Returns a listing of all defined URL aliases.
path_clean_string in modules/path/path.inc
Clean up a string segment to be used in an URL alias.
path_entity_insert in modules/path/path.module
Implements hook_entity_insert().
path_entity_update in modules/path/path.module
Implements hook_entity_update().
path_form_element in modules/path/path.module
Return a portion of a form for setting an alias on an entity.
path_generate_entity_alias in modules/path/path.inc
Apply patterns to create an alias for an entity.
path_get_pattern_by_entity_type in modules/path/path.module
Load an URL alias pattern by entity, bundle, and language.
path_is_alias_reserved in modules/path/path.module
Determine if a possible URL alias would conflict with any existing paths.
PathLanguageTestCase::testAliasTranslation in modules/path/tests/path.test
Test alias functionality through the admin interfaces.
path_load_by_entity in modules/path/path.module
Populate the canonical path property for an entity.
_path_load_loosely_by_source in modules/path/path.inc
Fetches an existing URL alias given a path and optional language.
path_load_multiple_by_entities in modules/path/path.module
Populate the path properties for multiple entities.
PathPatternBulkUpdateTestCase::testBulkUpdate in modules/path/tests/path_pattern.test
PathPatternLocaleTestCase::testLanguageAliases in modules/path/tests/path_pattern.test
Test that when an English node is updated, its old English URL alias is updated and its newer French URL alias is left intact.
PathPatternTestHelper::assertAlias in modules/path/tests/path_pattern.test
PathPatternTestHelper::assertEntityAlias in modules/path/tests/path_pattern.test
PathPatternTestHelper::assertEntityPattern in modules/path/tests/path_pattern.test
PathPatternTestHelper::assertNoEntityAlias in modules/path/tests/path_pattern.test
PathPatternTestHelper::saveAlias in modules/path/tests/path_pattern.test
PathPatternTestHelper::saveEntityAlias in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testEntityBundleRenamingDeleting in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testPatternLoadByEntity in modules/path/tests/path_pattern.test
Test path_get_pattern_by_entity_type().
path_save in includes/path.inc
Save a path alias to the database.
path_save_automatic_entity_alias in modules/path/path.inc
Update the URL aliases for an individual entity.
redirect.class.inc in modules/redirect/redirect.class.inc
redirect_edit_form in modules/redirect/redirect.admin.inc
Form builder to add or edit an URL redirect.
redirect_load_by_source in modules/redirect/redirect.module
Load multiple URL redirects from the database by {redirect}.source.
_redirect_uasort in modules/redirect/redirect.module
uasort callback; Compare redirects based on language neutrality and rids.
SearchCommentCountToggleTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentTestCase::testAddNewComment in modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in modules/search/tests/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchConfigSettingsForm::testSearchNodeTypes in modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchExactTestCase::testExactQuery in modules/search/tests/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SearchNumberMatchingTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchNumbersTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchRankingTestCase::testDoubleRankings in modules/search/tests/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in modules/search/tests/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in modules/search/tests/search.test
SearchSetLocaleTest::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
standard_install in profiles/standard/standard.install
Implements hook_install().
SummaryLengthTestCase::testSummaryLength in modules/node/tests/node.test
Tests the node summary length functionality.
taxonomy_autocomplete_validate in modules/taxonomy/taxonomy.module
Form element validate handler for taxonomy term autocomplete element.
taxonomy.entity.inc in modules/taxonomy/taxonomy.entity.inc
Entity classes and controllers for Taxonomy module.
taxonomy_form_term in modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/taxonomy/tests/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
taxonomy_menu_local_tasks_alter in modules/taxonomy/taxonomy.module
Implements hook_menu_local_tasks_alter().
taxonomy_overview_terms in modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_path_info in modules/taxonomy/taxonomy.path.inc
Implements hook_path_info().
TaxonomyRSSTestCase::testTaxonomyRSS in modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in modules/taxonomy/tests/taxonomy.test
Test term field validation.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/taxonomy/tests/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/tests/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in modules/taxonomy/tests/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTokenReplaceTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyViewsHandlerRelationshipNodeTermDataTest::setUp in modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyWebTestCase::createTerm in modules/taxonomy/tests/taxonomy.test
Returns a new term with random properties in the given vocabulary.
template_preprocess_search_results in modules/search/search.theme.inc
Process variables for search-results.tpl.php.
TextFieldTestCase::testTextFieldValidation in modules/field/modules/text/tests/text.test
Test text field validation.
TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTestCase::testTextField in modules/field/modules/text/tests/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in modules/field/modules/text/tests/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
TokenCommentTestCase::testCommentTokens in modules/simpletest/tests/token.test
TokenTestHelper::saveAlias in modules/simpletest/tests/token.test
TokenTestHelper::saveEntityAlias in modules/simpletest/tests/token.test
translation_form_node_form_alter in modules/translation/translation.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
translation_language_switch_links_alter in modules/translation/translation.module
Implements hook_language_switch_links_alter().
_translation_tab_access in modules/translation/translation.module
Access callback: Checks that the user has permission to 'translate content'.
TranslationTestCase::assertLanguageSwitchLinks in modules/translation/tests/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::createPage in modules/translation/tests/translation.test
Creates a "Page" in the specified language.
TranslationTestCase::createTranslation in modules/translation/tests/translation.test
Creates a translation for a page in the specified language.
TranslationTestCase::testContentTranslation in modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/translation/tests/translation.test
Tests that the language switcher block alterations work as intended.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.
user.entity.inc in modules/user/user.entity.inc
Entity classes and controllers for User module.
UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserSignatureTestCase::testUserSignature in modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
views_handler_field_field::field_language in modules/field/views/views_handler_field_field.inc
Return the language code of the language the field should be displayed in, according to the settings.
views_handler_field_field::query in modules/field/views/views_handler_field_field.inc
Called to add the field to a query.
views_handler_field_node_link_translate::render_link in modules/translation/views/views_handler_field_node_link_translate.inc
views_handler_filter_locale_language::get_value_options in modules/locale/views/views_handler_filter_locale_language.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
ViewsHandlerFilterMultipleTest::testMultipleFilters in modules/views/tests/handlers/views_handler_filter_multiple.test
Tests combining an exposed filter with a non-exposed one.
views_handler_filter_node_language::get_value_options in modules/locale/views/views_handler_filter_node_language.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_term_language::get_value_options in modules/locale/views/views_handler_filter_term_language.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
ViewsHandlerManyToOneTest::setUp in modules/views/tests/handlers/views_handler_manytoone.test
Sets up a Backdrop site for running functional and integration tests.
ViewsHandlerManyToOneTest::testGroupedOneOf in modules/views/tests/handlers/views_handler_manytoone.test
Tests duplicate grouped "one of" filters on taxonomy term field.
ViewsHandlerManyToOneTest::testReducedExposedGroupedOptions in modules/views/tests/handlers/views_handler_manytoone.test
Tests exposed filter with "Reduce duplicates." and grouped options.
views_plugin_display::options_form in modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display::options_summary in modules/views/plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath in modules/views/tests/views_ui.test
Helper function to create a comment and return its expected path.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in modules/views/tests/views_ui.test
Tests the "tagged with" functionality.