Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InOperator::getValueOptions | function | core/ |
Gets the value options. |
| InOperator::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
| InOperator::opEmpty | function | core/ |
Filters by operator 'empty'. |
| InOperator::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options. |
| InOperator::operators | function | core/ |
Returns an array of operator information, keyed by operator ID. |
| InOperator::operatorValues | function | core/ |
Gets the operators that have a given number of values. |
| InOperator::opSimple | function | core/ |
Filters by a simple operator. |
| InOperator::query | function | core/ |
Add this filter to the query. |
| InOperator::reduceValueOptions | function | core/ |
When using exposed filters, we may be required to reduce the set. |
| InOperator::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| InOperator::valueForm | function | core/ |
Options form subform for setting options. |
| InOperator::valueSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. |
| InOperatorTest | class | core/ |
Tests Drupal\views\Plugin\views\filter\InOperator. |
| InOperatorTest.php | file | core/ |
|
| InOperatorTest::testValidate | function | core/ |
Tests validate. |
| InOperatorTest::validate_options_callback | function | core/ |
Views filter callback: Generate the values for the options. |
| input--checkbox.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input--checkbox.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input--submit--header-search.html.twig | file | core/ |
Theme override for the search form submit button. |
| input--submit--paragraph-action.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input--submit--paragraph-action.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input--submit.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test/components/input/input.component.yml |
| input.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input.html.twig | file | core/ |
Theme override for an 'input' #type form element. |
| input.html.twig | file | core/ |
Default theme implementation for an 'input' #type form element. |
| input.twig | file | core/ |
{% set input_attributes = create_attribute({ type: 'text', name: form_state.value.name, id: id|default('test-sdc-text-field-' ~ random()), value: form_state.value.value, }) %} {% if form_state.value.required %} {% set… |
| InputCollectorInterface | interface | core/ |
Collects user-provided input values for recipes. |
| InputCollectorInterface.php | file | core/ |
|
| InputCollectorInterface::collectValue | function | core/ |
Collects a single input value for a recipe. |
| InputConfigurator | class | core/ |
Collects and validates input values for a recipe. |
| InputConfigurator.php | file | core/ |
|
| InputConfigurator::$data | property | core/ |
The input data. |
| InputConfigurator::$values | property | core/ |
The collected input values, or NULL if none have been collected yet. |
| InputConfigurator::collectAll | function | core/ |
Collects input values for this recipe and its dependencies. |
| InputConfigurator::describeAll | function | core/ |
Returns the description for all inputs of this recipe and its dependencies. |
| InputConfigurator::getDataDefinitions | function | core/ |
Returns the typed data definitions for the inputs defined by this recipe. |
| InputConfigurator::getDefaultValue | function | core/ |
Returns the default value for an input definition. |
| InputConfigurator::getValues | function | core/ |
Returns the collected input values, keyed by name. |
| InputConfigurator::__construct | function | core/ |
|
| InputRequired | class | core/ |
Exposed form plugin that provides an exposed form with required input. |
| InputRequired.php | file | core/ |
|
| InputRequired::$formatRepository | property | core/ |
The filter format repository service. |
| InputRequired::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| InputRequired::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| InputRequired::exposedFilterApplied | function | core/ |
Indicates that the exposed filter has been applied. |
| InputRequired::preRender | function | core/ |
Runs before the view is rendered. |
Pagination
- Previous page
- Page 857
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.