Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
unicode.inc
»
drupal_strtolower
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
83 calls to drupal_strtolower()
BlockAccessController::checkAccess
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
BlockAccessController.php
Performs access checks.
book_export
in drupal/
core/
modules/
book/
book.pages.inc
Page callback: Generates representations of a book page and its children.
BreakpointAPITest::testConfigName
in drupal/
core/
modules/
breakpoint/
lib/
Drupal/
breakpoint/
Tests/
BreakpointAPITest.php
Test Breakpoint::buildConfigName().
BreakpointCRUDTest::testBreakpointCRUD
in drupal/
core/
modules/
breakpoint/
lib/
Drupal/
breakpoint/
Tests/
BreakpointCRUDTest.php
Test CRUD operations for breakpoints.
BreakpointGroupAPITest::testConfigName
in drupal/
core/
modules/
breakpoint/
lib/
Drupal/
breakpoint/
Tests/
BreakpointGroupAPITest.php
Test Breakpoint::buildConfigName().
BreakpointGroupCRUDTest::testBreakpointGroupCRUD
in drupal/
core/
modules/
breakpoint/
lib/
Drupal/
breakpoint/
Tests/
BreakpointGroupCRUDTest.php
Test CRUD operations for breakpoint groups.
ContactSitewideTest::testSiteWideContact
in drupal/
core/
modules/
contact/
lib/
Drupal/
contact/
Tests/
ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
CustomBlockCreationTest::testBlockDelete
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockCreationTest.php
Test deleting a block.
CustomBlockFieldTest::testBlockFields
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockFieldTest.php
Checks block edit functionality.
CustomBlockTranslationUITest::setUp
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockTranslationUITest.php
Overrides
\Drupal\simpletest\WebTestBase::setUp
().
DatetimeFieldTest::setUp
in drupal/
core/
modules/
datetime/
lib/
Drupal/
datetime/
Tests/
DatetimeFieldTest.php
Sets up a Drupal site for running functional and integration tests.
DefaultViewsTest::setUp
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
DefaultViewsTest.php
Sets up a Drupal site for running functional and integration tests.
DialogController::dialog
in drupal/
core/
lib/
Drupal/
Core/
Controller/
DialogController.php
Displays content in a dialog.
DrupalDiffInline::render
in drupal/
core/
lib/
Drupal/
Component/
Diff/
DiffEngine.php
Render differences inline using HTML markup.
drupal_html_class
in drupal/
core/
includes/
common.inc
Prepares a string for use as a valid class name.
drupal_html_id
in drupal/
core/
includes/
common.inc
Prepares a string for use as a valid HTML ID and guarantees uniqueness.
EmailFieldTest::testEmailField
in drupal/
core/
modules/
email/
lib/
Drupal/
email/
Tests/
EmailFieldTest.php
Tests e-mail field.
EntityQueryRelationshipTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityQueryRelationshipTest.php
Sets up Drupal unit test environment.
EntityQueryTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityQueryTest.php
Sets up Drupal unit test environment.
EntityReferenceController::handleAutocomplete
in drupal/
core/
modules/
entity_reference/
lib/
Drupal/
entity_reference/
EntityReferenceController.php
Autocomplete the label of an entity.
EntityReferenceItemTest::setUp
in drupal/
core/
modules/
entity_reference/
lib/
Drupal/
entity_reference/
Tests/
EntityReferenceItemTest.php
Sets up the test.
EntityTranslationTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityTranslationTest.php
Sets up Drupal unit test environment.
FieldAttachStorageTest::testEntityCreateRenameBundle
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldAttachStorageTest.php
Test entity_bundle_create() and entity_bundle_rename().
FieldAttachStorageTest::testEntityDeleteBundle
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldInfoTest::testFieldInfo
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldInfoTest.php
Test that field types and field definitions are correctly cached.
FieldInfoTest::testFieldInfoCache
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldInfoTest.php
Tests that the field info cache can be built correctly.
FieldInstanceCrudTest::setUp
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldInstanceCrudTest.php
Set the default field storage backend for fields created during tests.
FieldInstanceCrudTest::testCreateFieldInstance
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldInstanceCrudTest.php
Test the creation of a field instance.
FieldUiTestBase::setUp
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Tests/
FieldUiTestBase.php
Sets up a Drupal site for running functional and integration tests.
FieldUnitTestBase::createFieldWithInstance
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldUnitTestBase.php
Create a field and an instance of it.
FilterAdminTest::testFilterAdmin
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterAdminTest.php
Tests the format administration functionality.
FilterDefaultFormatTest::testDefaultTextFormats
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
FilterHooksTest::testFilterHooks
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterHooksTest.php
Tests hooks on format management.
HandlerBase::caseTransform
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
HandlerBase.php
Transform a string by a certain method.
HtmlToTextTest::assertHtmlToText
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Mail/
HtmlToTextTest.php
Helper function for testing
drupal_html_to_text
().
language_negotiation_configure_form_table
in drupal/
core/
modules/
language/
language.admin.inc
Builds a language negotiation method configuration table.
LinkFieldTest::testLinkFormatter
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Tests/
LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Tests/
LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Tests/
LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Tests/
LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::testFieldUI
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Tests/
LinkFieldUITest.php
Tests that link field UI functionality does not generate warnings.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
NodeAccessFieldTest::setUp
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeAccessFieldTest.php
Sets up a Drupal site for running functional and integration tests.
NumberFieldTest::testNumberDecimalField
in drupal/
core/
modules/
number/
lib/
Drupal/
number/
Tests/
NumberFieldTest.php
Test number_decimal field.
NumberFieldTest::testNumberIntegerField
in drupal/
core/
modules/
number/
lib/
Drupal/
number/
Tests/
NumberFieldTest.php
Test number_integer field.
PageEditTest::testPageEdit
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
PageEditTest.php
Checks block edit functionality.
PagePreviewTest::setUp
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
PagePreviewTest.php
Sets up a Drupal site for running functional and integration tests.
PictureFieldDisplayTest::_testPictureFieldFormatters
in drupal/
core/
modules/
picture/
lib/
Drupal/
picture/
Tests/
PictureFieldDisplayTest.php
Test picture formatters on node display.
Schema::processField
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php
Set database-engine specific properties for a field.
SearchTokenizerTest::testTokenizer
in drupal/
core/
modules/
search/
lib/
Drupal/
search/
Tests/
SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
search_index
in drupal/
core/
modules/
search/
search.module
Updates the full-text search index for a particular item.
search_simplify
in drupal/
core/
modules/
search/
search.module
Simplifies a string according to indexing rules.
system_admin_menu_block
in drupal/
core/
modules/
system/
system.module
Provide a single block on the administration overview page.
system_plugin_autocomplete
in drupal/
core/
modules/
system/
system.module
Page callback: Autocompletes any plugin system tied to a plugin UI plugin.
TaxonomyTermReferenceItemTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TaxonomyTermReferenceItemTest.php
Set the default field storage backend for fields created during tests.
TaxonomyTestBase::createVocabulary
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TaxonomyTestBase.php
Returns a new vocabulary with random properties.
taxonomy_autocomplete
in drupal/
core/
modules/
taxonomy/
taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
TermFieldMultipleVocabularyTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldMultipleVocabularyTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldTest::testTaxonomyTermFieldChangeMachineName
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldTest.php
Tests that vocabulary machine name changes are mirrored in field definitions.
TermIndexTest::setUp
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermIndexTest.php
Sets up a Drupal site for running functional and integration tests.
TextFieldTest::testTextFieldValidation
in drupal/
core/
modules/
text/
lib/
Drupal/
text/
Tests/
TextFieldTest.php
Test text field validation.
TextFieldTest::_testTextfieldWidgets
in drupal/
core/
modules/
text/
lib/
Drupal/
text/
Tests/
TextFieldTest.php
Helper function for testTextfieldWidgets().
TextFieldTest::_testTextfieldWidgetsFormatted
in drupal/
core/
modules/
text/
lib/
Drupal/
text/
Tests/
TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextPlainUnitTest::setUp
in drupal/
core/
modules/
text/
lib/
Drupal/
text/
Tests/
Formatter/
TextPlainUnitTest.php
Sets up Drupal unit test environment.
theme_update_report
in drupal/
core/
modules/
update/
update.report.inc
Returns HTML for the project status report.
tour_preprocess_page
in drupal/
core/
modules/
tour/
tour.module
Implements
hook_preprocess_HOOK
() for page.tpl.php.
TranslationTest::setUp
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
TranslationTest.php
Set the default field storage backend for fields created during tests.
TranslationTest::testFieldDisplayLanguage
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
TranslationTest.php
Tests display language logic for translatable fields.
TranslationTest::testTranslatableFieldSaveLoad
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
TranslationTest.php
Test translatable fields storage/retrieval.
TranslationWebTest::setUp
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
TranslationWebTest.php
Sets up a Drupal site for running functional and integration tests.
translation_entity_permission
in drupal/
core/
modules/
translation_entity/
translation_entity.module
Implements
hook_permission
().
views_ajax_autocomplete_taxonomy
in drupal/
core/
modules/
views/
includes/
ajax.inc
Page callback for views taxonomy autocomplete.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests language settings for vocabularies.
VocabularyTest::testTaxonomyAdminDeletingVocabulary
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Deleting a vocabulary.
VocabularyTest::testVocabularyInterface
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Create, edit and delete a vocabulary via the user interface.
VocabularyUnitTest::testTaxonomyVocabularyChangeMachineName
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Tests that machine name changes are properly reflected.
VocabularyUnitTest::testUninstallReinstall
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Test uninstall and reinstall of the taxonomy module.
_color_rewrite_stylesheet
in drupal/
core/
modules/
color/
color.module
Rewrites the stylesheet to match the colors in the palette.
_views_sort_types
in drupal/
core/
modules/
views_ui/
admin.inc