136 string references to 'Custom'

Boolean::buildOptionsForm in core/modules/views/src/Plugin/views/field/Boolean.php
Default options form that provides the label widget that all fields should have.
Boolean::init in core/modules/views/src/Plugin/views/field/Boolean.php
Initialize the plugin.
Boolean::render in core/modules/views/src/Plugin/views/field/Boolean.php
Renders the field.
BooleanFormatter::getOutputFormats in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Gets the available format options.
BooleanFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Returns a form to configure settings for the formatter.
BooleanFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Returns a short summary for the current formatter settings.
BooleanFormatter::viewElements in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
Builds a renderable array for a field value.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BooleanFormatterTest::testBooleanFormatter in core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
Tests boolean formatter output.
color.inc in core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc
ColorTest::providerSource in core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php
The data provider.
ColorTest::setUp in core/modules/color/tests/src/Functional/ColorTest.php
color_scheme_form in core/modules/color/color.module
Form constructor for the color configuration form for a particular theme.
CommentAttributesTest::_testBasicCommentRdfaMarkup in core/modules/rdf/tests/src/Functional/CommentAttributesTest.php
Helper function for testCommentRdfaMarkup().
CommentTranslationUITest::doTestAuthoringInfo in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
Tests the translation authoring information.
CommonDataConverter::dateIso8601Value in core/modules/rdf/src/CommonDataConverter.php
Converts a date entity field array into an ISO 8601 timestamp string.
ConfigEntityTest::testAjaxOnAddPage in core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php
Tests ajax operations through the UI on 'Add' page.
ConfigEntityTest::testCRUDUI in core/modules/config/tests/src/Functional/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigTestForm::form in core/modules/config/tests/config_test/src/ConfigTestForm.php
Gets the actual form array to be built.
ConfigTranslationUiTest::testLocaleDBStorage in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Test translation storage in locale storage.
ContentTranslationHandler::entityFormAlter in core/modules/content_translation/src/ContentTranslationHandler.php
Performs the needed alterations to the entity form.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the translation authoring information.
CustomBooleanTest::testCustomOption in core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate in core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
Date::buildOptionsForm in core/modules/views/src/Plugin/views/field/Date.php
Default options form that provides the label widget that all fields should have.
Date::buildOptionsForm in core/modules/views/src/Plugin/views/field/Date.php
Default options form that provides the label widget that all fields should have.
Date::opBetween in core/modules/datetime/src/Plugin/views/filter/Date.php
Override parent method, which deals with dates as integers.
Date::opSimple in core/modules/datetime/src/Plugin/views/filter/Date.php
Override parent method, which deals with dates as integers.
Date::render in core/modules/views/src/Plugin/views/field/Date.php
Renders the field.
DateFormat::getTranslationElement in core/modules/config_translation/src/FormElement/DateFormat.php
Returns the translation form element for a given configuration definition.
DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
Tests that date formats cannot be created with invalid machine names.
DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
Tests that date formats cannot be created with invalid machine names.
DateFormatter::format in core/lib/Drupal/Core/Datetime/DateFormatter.php
Formats a date, using a date type or a custom date format string.
DateFormatter::getSampleDateFormats in core/lib/Drupal/Core/Datetime/DateFormatter.php
Provides values for all date formatting characters for a given timestamp.
DateFormatterTest::testFormat in core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php
Tests DateFormatter::format().
DateRangeFieldTest::testAlldayRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests all-day field.
DateRangeFieldTest::testDateRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests date field functionality.
DateRangeFieldTest::testDatetimeRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests date and time field.
DateTimeCustomFormatter::formatDate in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php
Creates a formatted date value as a string.
DateTimeFieldTest::testDateField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests date and time field.
DateTimeHandlerTestBase::getRelativeDateValuesFromTimestamp in core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php
Returns an array formatted date_only values relative to timestamp.
DateTimePlainFormatter::formatDate in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php
Creates a formatted date value as a string.
DayDate::summaryName in core/modules/views/src/Plugin/views/argument/DayDate.php
Provides the name to use for the summary. By default this is just the name field.
DayDate::title in core/modules/views/src/Plugin/views/argument/DayDate.php
Get the title this argument will assign the view, given the argument.
EntityBundleFieldTest::testCustomBundleFieldUsage in core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityBundleListenerTest::testOnBundleCreate in core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php
@covers ::onBundleCreate
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests updating a bundle field when it has existing data.
entity_schema_test_entity_bundle_create in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_create().
entity_schema_test_entity_bundle_delete in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_delete().
entity_schema_test_entity_bundle_field_info in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_field_info().
FakeLogEntries::generateLogEntries in core/modules/dblog/tests/src/Functional/FakeLogEntries.php
Generates a number of random database log events.
FieldBlockTest::testStatesFieldBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
Tests configuring a field block that uses #states.
FieldCustomTest::viewsData in core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
Returns the views data definition.
FieldDateTest::testFieldDate in core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php
Sets up functional test of the views date field.
FieldFieldTest::testComplexRender in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the output of a view with complex field configuration.
FileFieldPathTest::testUploadPath in core/modules/file/tests/src/Functional/FileFieldPathTest.php
Tests the normal formatter display on node display.
FileViewsData::getViewsData in core/modules/file/src/FileViewsData.php
Returns views data for the entity type.
FilterDateTest::_testBetween in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Tests the filter operator between/not between.
FilterDateTest::_testFilterDatetimeUI in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Test datetime grouped filter UI.
FilterDateTest::_testFilterDateUI in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Test date filter UI.
FilterDateTimeTest::setUp in core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
FilterDateTimeTest::_testExact in core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
Test exact date matching.
FullDate::summaryName in core/modules/views/src/Plugin/views/argument/FullDate.php
Provides the name to use for the summary. By default this is just the name field.
FullDate::title in core/modules/views/src/Plugin/views/argument/FullDate.php
Get the title this argument will assign the view, given the argument.
LanguageAddForm::copyFormValuesToEntity in core/modules/language/src/Form/LanguageAddForm.php
Copies top-level form values to entity properties
LanguageAddForm::form in core/modules/language/src/Form/LanguageAddForm.php
Gets the actual form array to be built.
LanguageAddForm::validateCustom in core/modules/language/src/Form/LanguageAddForm.php
Validates the language addition form on custom language button.
LanguageAddForm::validatePredefined in core/modules/language/src/Form/LanguageAddForm.php
Element specific validator for the Add language button.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageList in core/modules/language/tests/src/Functional/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LegacyFunctionsTest::testFormatDate in core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php
Tests format_date().
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
LocaleConfigTranslationTest::setUp in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/src/Functional/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/tests/src/Functional/LocalePathTest.php
Test if a language can be associated with a path alias.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and checks that the JavaScript translation files are properly created and rebuilt on deletion.
LocaleTranslationUiTest::testStringSearch in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleUpdateTest::testEnableCustomLanguage in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests automatic translation import when a custom language is added.
locale_form_language_admin_add_form_alter_submit in core/modules/locale/locale.module
Form submission handler for language_admin_add_form().
MessengerLegacyTest::testMessages in core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php
@covers \Drupal::messenger @covers ::getMessengerService @covers ::all @covers ::addMessage @covers ::addError @covers ::addStatus @covers ::addWarning
MigrateViewModesTest::testMigration in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php
Tests migration of D7 view mode variables to D8 config entities.
MonthDate::summaryName in core/modules/views/src/Plugin/views/argument/MonthDate.php
Provides the name to use for the summary. By default this is just the name field.
MonthDate::title in core/modules/views/src/Plugin/views/argument/MonthDate.php
Get the title this argument will assign the view, given the argument.
NodeAttributesTest::testNodeAttributes in core/modules/rdf/tests/src/Functional/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeTranslationHandler::entityFormEntityBuild in core/modules/node/src/NodeTranslationHandler.php
Entity builder method.
NodeTranslationUITest::doTestAuthoringInfo in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests the translation authoring information.
ProjectSecurityRequirement::getDateEndRequirement in core/modules/update/src/ProjectSecurityRequirement.php
Gets the security coverage requirement based on an end date.
QuickEditIntegrationTest::testCustomBlockLinks in core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
Tests that contextual links in custom blocks are changed.
RdfaAttributesTest::testDatatypeCallback in core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php
Test attribute creation for mappings which override human-readable content.
SettingsTest::testConfigDirectoriesBcLayerMultiple in core/tests/Drupal/Tests/Core/Site/SettingsTest.php
@runInSeparateProcess @group legacy
StandardProfileTest::assertRdfaCommonNodeProperties in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
Tests output for properties held in common between articles and pages.
StandardProfileTest::assertRdfaNodeCommentProperties in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
Tests output for comment properties on nodes in full page view mode.
StatisticsLoggingTest::setUp in core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
system_tokens in core/modules/system/system.tokens.inc
Implements hook_tokens().
template_preprocess_update_project_status in core/modules/update/update.report.inc
Prepares variables for update project status templates.
Time::buildOptionsForm in core/modules/views/src/Plugin/views/cache/Time.php
Provide a form to edit options for this plugin.
Time::buildOptionsForm in core/modules/views/src/Plugin/views/cache/Time.php
Provide a form to edit options for this plugin.
Time::getLifespan in core/modules/views/src/Plugin/views/cache/Time.php
Time::validateOptionsForm in core/modules/views/src/Plugin/views/cache/Time.php
Validate the options form.
TimestampFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Returns a form to configure settings for the formatter.
TimestampFormatter::settingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Returns a form to configure settings for the formatter.
TimestampFormatter::settingsSummary in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Returns a short summary for the current formatter settings.
TimestampFormatter::viewElements in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Builds a renderable array for a field value.
TimestampFormatterTest::testTimestampFormatter in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
Tests TimestampFormatter.
TokenReplaceKernelTest::testSystemDateTokenReplacement in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Tests the generation of all system date tokens.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
TwigTransTest::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
Helper function: install languages.
UserAdminLanguageTest::addCustomLanguage in core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
Helper method for adding a custom language.
UserLanguageTest::testUserLanguageConfiguration in core/modules/user/tests/src/Functional/UserLanguageTest.php
Test if user can change their default language.
ViewModeTest::providerSource in core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php
The data provider.
views.field.schema.yml in core/modules/views/config/schema/views.field.schema.yml
core/modules/views/config/schema/views.field.schema.yml
views.view.content.yml in core/modules/node/config/optional/views.view.content.yml
core/modules/node/config/optional/views.view.content.yml
views.view.files.yml in core/modules/file/config/optional/views.view.files.yml
core/modules/file/config/optional/views.view.files.yml
views.view.media.yml in core/profiles/demo_umami/config/optional/views.view.media.yml
core/profiles/demo_umami/config/optional/views.view.media.yml
views.view.media.yml in core/modules/media/config/optional/views.view.media.yml
core/modules/media/config/optional/views.view.media.yml
views.view.test_boolean_filter_values.yml in core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml
core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml
views.view.test_content_ajax.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml
views.view.test_dropbutton.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml
views.view.test_excluded_field_token_display.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml
views.view.test_field_field_complex_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml
views.view.test_media_bulk_form.yml in core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml
core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml
views.view.test_serializer_display_field.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
views.view.user_admin_people.yml in core/modules/user/config/optional/views.view.user_admin_people.yml
core/modules/user/config/optional/views.view.user_admin_people.yml
views.view.watchdog.yml in core/modules/dblog/config/optional/views.view.watchdog.yml
core/modules/dblog/config/optional/views.view.watchdog.yml
views_views_data in core/modules/views/views.views.inc
Implements hook_views_data().
YearMonthDate::summaryName in core/modules/views/src/Plugin/views/argument/YearMonthDate.php
Provides the name to use for the summary. By default this is just the name field.
YearMonthDate::title in core/modules/views/src/Plugin/views/argument/YearMonthDate.php
Get the title this argument will assign the view, given the argument.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.