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