admin_bar_output in core/modules/admin_bar/admin_bar.inc
Build the administration bar output.
BackdropHtmlToTextTestCase::assertHtmlToText in core/modules/simpletest/tests/mail.test
Helper function for testing backdrop_html_to_text().
backdrop_html_class in core/includes/common.inc
Prepares a string for use as a valid class name.
backdrop_html_id in core/includes/common.inc
Prepares a string for use as a valid HTML ID and guarantees uniqueness.
backdrop_sort in core/includes/common.inc
Sort an array based on user-provided keys within that array.
color_get_palette in core/modules/color/color.module
Retrieves the color palette for a particular theme.
drupal_strtolower in core/includes/drupal.inc
Lowercase a UTF-8 string.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
EntityFieldQueryTestCase::setUp in core/modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
entityreference_autocomplete_callback_get_matches in core/modules/entityreference/entityreference.module
Return JSON based on given field, instance and string.
entity_token_info_alter in core/modules/entity/entity.tokens.inc
Implements hook_token_info_alter().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in core/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in core/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachTestCase::createFieldWithInstance in core/modules/field/tests/field.test
Create a field and an instance of it.
FieldBlockTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldGetValueTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldInfoTestCase::testFieldInfo in core/modules/field/tests/field.test
Test that field types and field definitions are correctly cached.
FieldInstanceCrudTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldInstanceCrudTestCase::testCreateFieldInstance in core/modules/field/tests/field.test
Test the creation of a field instance.
FieldSchemaAlterTestCase::testImageFieldSchemaAlter in core/modules/field/tests/field.test
Tests a hook_field_schema_alter() implementation.
FieldTokenTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTokenTestCase::testFieldToken in core/modules/field/tests/field.test
Test fields in token display mode.
FieldTranslationsTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTranslationsTestCase::testFieldDisplayLanguage in core/modules/field/tests/field.test
Tests display language logic for translatable fields.
field_get_block_list in core/modules/field/field.module
Helper function to build a list of fields that have been made available as a block.
FileExampleSessionStreamWrapper::getMimeType in modules/examples/file_example/file_example_session_streams.inc
Implements getMimeType().
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in core/modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in core/modules/filter/tests/filter.test
Tests the format administration functionality.
FilterDefaultFormatTestCase::testDefaultTextFormats in core/modules/filter/tests/filter.test
Tests if the default text format is accessible to users.
FilterFormatAccessTestCase::setUp in core/modules/filter/tests/filter.test
FilterHooksTestCase::testFilterHooks in core/modules/filter/tests/filter.test
Tests hooks on format management.
GenericFieldTest::codeTestGenericAddAllFields in modules/examples/field_permission_example/tests/field_permission_example.test
Add all testable fields as instances to a content type.
GenericFieldTest::formAddAllFields in modules/examples/field_permission_example/tests/field_permission_example.test
Add all fields using Form API.
ImageExampleTestCase::testImageExample in modules/examples/image_example/tests/image_example.test
Test implementations of image API hooks.
language_negotiation_configure_form_table in core/modules/locale/locale.admin.inc
Helper function to build a language provider table.
layout_layout_access_info in core/modules/layout/includes/layout.layout.inc
Implements hook_layout_access_info().
NodeAccessFieldTestCase::setUp in core/modules/node/tests/node.test
NumberFieldSettingsTestCase::testNumberDecimalFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_decimal field settings.
NumberFieldSettingsTestCase::testNumberIntegerFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_integer field settings.
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.
NumberFieldTestCase::testNumberIntegerField in core/modules/field/modules/number/tests/number.test
Test number_integer field.
PagePreviewTestCase::setUp in core/modules/node/tests/node.test
PathPatternFunctionalTestCase::testUserOperations in core/modules/path/tests/path_pattern.test
Test user operations.
PathPatternTestHelper::addTerm in core/modules/path/tests/path_pattern.test
PathPatternTestHelper::addVocabulary in core/modules/path/tests/path_pattern.test
path_clean_string in core/modules/path/path.inc
Clean up a string segment to be used in an URL alias.
redirect_field_attach_form in core/modules/redirect/redirect.module
Implements hook_field_attach_form().
redirect_list_form_operations_confirm_form in core/modules/redirect/redirect.admin.inc
Form callback; Confirm a bulk operation on a list of redirects.
SearchTokenizerTestCase::testTokenizer in core/modules/search/tests/search.test
Verifies that strings of CJK characters are tokenized.
search_index in core/modules/search/search.module
Update the full-text search index for a particular item.
search_simplify in core/modules/search/search.module
Simplifies a string according to indexing rules.
system_admin_menu_block in core/modules/system/system.module
Provide a single block on the administration overview page.
TaxonomyTermController::cacheGet in core/modules/taxonomy/taxonomy.entity.inc
Overrides EntityDatabaseStorageController::cacheGet().
TaxonomyTermFieldMultipleVocabularyTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermIndexTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in core/modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyUnitTest::testUninstallReinstall in core/modules/taxonomy/tests/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TaxonomyWebTestCase::createVocabulary in core/modules/taxonomy/tests/taxonomy.test
Returns a new vocabulary with random properties.
taxonomy_autocomplete in core/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
TextFieldTestCase::testTextFieldValidation in core/modules/field/modules/text/tests/text.test
Test text field validation.
TextFieldTestCase::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
Test widgets for fields with selected allowed formats.
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().
theme_update_report in core/modules/update/update.theme.inc
Returns HTML for the project status report.
TokenEntityTestCase::addTerm in core/modules/simpletest/tests/token.test
TokenTaxonomyTestCase::addTerm in core/modules/simpletest/tests/token.test
TokenTaxonomyTestCase::addVocabulary in core/modules/simpletest/tests/token.test
UnicodeUnitTest::helperTestStrToLower in core/modules/simpletest/tests/unicode.test
UserPermissionsTestCase::testEditorRole in core/modules/user/tests/user.test
Test assigning of permissions for the editor role.
user_password_policy_validate in core/modules/user/user.module
Validation callback for password constraints.
UuidCom::generate in core/includes/uuid.inc
Generates a Universally Unique IDentifier (UUID).
ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in core/modules/views/tests/views_ui.test
Helper function to create a taxonomy term and return its expected path.
views_ajax_autocomplete_taxonomy in core/modules/views/includes/ajax.inc
Page callback for views taxonomy autocomplete.
views_handler::case_transform in core/modules/views/includes/handlers.inc
Transform a string by a certain method.
_color_rewrite_stylesheet in core/modules/color/color.module
Rewrites the stylesheet to match the colors in the palette.
_user_password_evaluate_strength in core/modules/user/user.password.inc
Evaluate password strength Adapted from https://github.com/dropbox/zxcvbn.
_views_sort_types in core/modules/views_ui/views_ui.admin.inc