Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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/ |
Adds a where clause for the operation, 'equals'. |
| 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. |
| CommandInterface.php | file | core/ |
|
| CommandInterface::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| CommandLineOrUnsafeMethod | class | core/ |
Reject when running from the command line or when HTTP method is not safe. |
| CommandLineOrUnsafeMethod.php | file | core/ |
|
| CommandLineOrUnsafeMethod::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
| CommandLineOrUnsafeMethod::isCli | function | core/ |
Indicates whether this is a CLI request. |
| CommandLineOrUnsafeMethodTest | class | core/ |
@coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod[[api-linebreak]] @group PageCache |
| CommandLineOrUnsafeMethodTest.php | file | core/ |
|
| CommandLineOrUnsafeMethodTest::$policy | property | core/ |
The request policy under test. |
| CommandLineOrUnsafeMethodTest::providerTestHttpMethod | function | core/ |
Provides test data and expected results for the HTTP method test. |
| CommandLineOrUnsafeMethodTest::setUp | function | core/ |
|
| CommandLineOrUnsafeMethodTest::testHttpMethod | function | core/ |
Asserts that check() returns DENY for unsafe HTTP methods. |
| CommandLineOrUnsafeMethodTest::testIsCli | function | core/ |
Asserts that check() returns DENY if running from the command line. |
| CommandProvider | class | composer/ |
List of all commands provided by this package. |
| CommandProvider.php | file | composer/ |
|
| CommandProvider::getCommands | function | composer/ |
|
| CommandsTest | class | core/ |
Performs tests on AJAX framework commands. |
| CommandsTest | class | core/ |
Performs tests on AJAX framework commands. |
| CommandsTest.php | file | core/ |
|
| CommandsTest.php | file | core/ |
Pagination
- Previous page
- Page 177
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.