Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ColorTest::providerTestValidateHex | function | core/ |
Provides data for testValidateHex(). |
| ColorTest::setUp | function | core/ |
|
| ColorTest::testColor | function | core/ |
Tests the Color module functionality. |
| ColorTest::testHexToRgb | function | core/ |
Tests Color::hexToRgb(). |
| ColorTest::testLogoSettingOverride | function | core/ |
Test whether the custom logo is used in the color preview. |
| ColorTest::testNormalizeHexLength | function | core/ |
Tests Color::normalizeHexLength(). |
| ColorTest::testOverrideAndResetScheme | function | core/ |
Test whether the scheme can be set, viewed anonymously and reset. |
| ColorTest::testRgbToHex | function | core/ |
Tests Color::rgbToHex(). |
| ColorTest::testValidateHex | function | core/ |
@covers \Drupal\Component\Utility\Color::validateHex[[api-linebreak]] |
| ColorTest::testValidColor | function | core/ |
Tests whether the provided color is valid. |
| ColorTest::_testColor | function | core/ |
Tests the Color module functionality using the given theme. |
| color_block_view_pre_render | function | core/ |
#pre_render callback: Sets color preset logo. |
| color_block_view_system_branding_block_alter | function | core/ |
Implements hook_block_view_BASE_BLOCK_ID_alter(). |
| color_form_system_theme_settings_alter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| color_get_info | function | core/ |
Retrieves the Color module information for a particular theme. |
| color_get_palette | function | core/ |
Retrieves the color palette for a particular theme. |
| color_help | function | core/ |
Implements hook_help(). |
| color_library_info_alter | function | core/ |
Implements hook_library_info_alter(). |
| color_palette_color_value | function | core/ |
Determines the value for a palette color field. |
| color_requirements | function | core/ |
Implements hook_requirements(). |
| color_scheme_form | function | core/ |
Form constructor for the color configuration form for a particular theme. |
| color_scheme_form_submit | function | core/ |
Form submission handler for color_scheme_form(). |
| color_scheme_form_validate | function | core/ |
Form validation handler for color_scheme_form(). |
| color_test.info.yml | file | core/ |
core/modules/color/tests/modules/color_test/color_test.info.yml |
| color_test_theme.info.yml | file | core/ |
core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml |
| color_test_theme.libraries.yml | file | core/ |
core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml |
| color_test_theme.schema.yml | file | core/ |
core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml |
| color_theme | function | core/ |
Implements hook_theme(). |
| color_valid_hexadecimal_string | function | core/ |
Determines if a hexadecimal CSS color string is valid. |
| Com | class | core/ |
Generates a UUID using the Windows internal GUID extension. |
| Com.php | file | core/ |
|
| Com::generate | function | core/ |
Generates a Universally Unique IDentifier (UUID). |
| Combine | class | core/ |
Filter handler which allows to search on multiple fields. |
| Combine.php | file | core/ |
|
| Combine::$query | property | core/ |
|
| Combine::buildOptionsForm | function | core/ |
Provide the basic form which calls through to subforms. If overridden, it is best to call through to the parent, or to at least make sure all of the functions in this form are called. |
| Combine::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Combine::opContains | function | core/ |
|
| Combine::opContainsWord | function | core/ |
Filters by one or more words. |
| Combine::opEmpty | function | core/ |
|
| Combine::opEndsWith | function | core/ |
|
| Combine::opEqual | function | core/ |
By default things like opEqual uses add_where, that doesn't support complex expressions, so override opEqual (and all operators below). |
| Combine::opNotEndsWith | function | core/ |
|
| Combine::opNotLike | function | core/ |
|
| Combine::opNotStartsWith | function | core/ |
|
| Combine::opRegex | function | core/ |
Filters by a regular expression. |
| Combine::opStartsWith | function | core/ |
|
| Combine::query | function | core/ |
Add this filter to the query. |
| Combine::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| CommandInterface | interface | core/ |
AJAX command interface. |
Pagination
- Previous page
- Page 168
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.