Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Checkbox::processCheckbox | function | core/ |
Sets the #checked property of a checkbox element. |
| Checkbox::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| Checkboxes | class | core/ |
Provides a form element for a set of checkboxes. |
| checkboxes.html.twig | file | core/ |
Theme override for a 'checkboxes' #type form element. |
| checkboxes.html.twig | file | core/ |
Theme override for a 'checkboxes' #type form element. |
| checkboxes.html.twig | file | core/ |
Theme override for a 'checkboxes' #type form element. |
| checkboxes.html.twig | file | core/ |
Default theme implementation for a 'checkboxes' #type form element. |
| Checkboxes.php | file | core/ |
|
| Checkboxes::detectEmptyCheckboxes | function | core/ |
Determines if all checkboxes in a set are unchecked. |
| Checkboxes::getCheckedCheckboxes | function | core/ |
Determines which checkboxes were checked when a form is submitted. |
| Checkboxes::getInfo | function | core/ |
Returns the element properties for this element. |
| Checkboxes::processCheckboxes | function | core/ |
Processes a checkboxes form element. |
| Checkboxes::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| checkboxradio.css | file | core/ |
/*! * jQuery UI Checkboxradio 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/checkboxradio/#theming … |
| CheckboxTest | class | core/ |
Tests the form API checkbox element. |
| CheckboxTest.php | file | core/ |
|
| CheckboxTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CheckboxTest::$modules | property | core/ |
Modules to install. |
| CheckboxTest::testFormCheckbox | function | core/ |
Tests various checkbox configurations in the form API. |
| Checkpoint | class | core/ |
A value object to store information about a checkpoint. |
| Checkpoint.php | file | core/ |
|
| Checkpoint::__construct | function | core/ |
Constructs a checkpoint object. |
| CheckpointExistsException | class | core/ |
Thrown when trying to add a checkpoint with an ID that already exists. |
| CheckpointExistsException.php | file | core/ |
|
| CheckpointListInterface | interface | core/ |
Maintains a list of checkpoints. |
| CheckpointListInterface.php | file | core/ |
|
| CheckpointListInterface::add | function | core/ |
Adds a new checkpoint. |
| CheckpointListInterface::delete | function | core/ |
Deletes a checkpoint. |
| CheckpointListInterface::deleteAll | function | core/ |
Deletes all checkpoints. |
| CheckpointListInterface::get | function | core/ |
Gets a checkpoint. |
| CheckpointListInterface::getActiveCheckpoint | function | core/ |
Gets the active checkpoint. |
| CheckpointListInterface::getParents | function | core/ |
Gets a checkpoint's parents. |
| CheckpointStorage | class | core/ |
Provides a config storage that can make checkpoints. |
| CheckpointStorage.php | file | core/ |
|
| CheckpointStorage::$keyValueStores | property | core/ |
The key value stores that store configuration changed for each checkpoint. |
| CheckpointStorage::$readFromCheckpoint | property | core/ |
The checkpoint to read from. |
| CheckpointStorage::checkpoint | function | core/ |
Creates a checkpoint, if required, and returns the active checkpoint. |
| CheckpointStorage::CONFIG_COLLECTION_KEY | constant | core/ |
Used to store the list of collections in each checkpoint. |
| CheckpointStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| CheckpointStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| CheckpointStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| CheckpointStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| CheckpointStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| CheckpointStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| CheckpointStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| CheckpointStorage::getCheckpointsToReadFrom | function | core/ |
Gets the checkpoints to read from. |
| CheckpointStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| CheckpointStorage::getKeyValue | function | core/ |
Gets the key value storage for the provided checkpoint. |
| CheckpointStorage::getOriginalConfig | function | core/ |
Gets the original data from the configuration. |
| CheckpointStorage::getSubscribedEvents | function | core/ |
Pagination
- Previous page
- Page 162
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.