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