Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
InOperator::getValueOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Gets the value options.
InOperator::init function core/modules/views/src/Plugin/views/filter/InOperator.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
InOperator::opEmpty function core/modules/views/src/Plugin/views/filter/InOperator.php Filters by operator 'empty'.
InOperator::operatorOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Build strings from the operators() for 'select' options.
InOperator::operators function core/modules/views/src/Plugin/views/filter/InOperator.php Returns an array of operator information, keyed by operator ID.
InOperator::operatorValues function core/modules/views/src/Plugin/views/filter/InOperator.php Gets the operators that have a given number of values.
InOperator::opSimple function core/modules/views/src/Plugin/views/filter/InOperator.php Filters by a simple operator.
InOperator::query function core/modules/views/src/Plugin/views/filter/InOperator.php Add this filter to the query.
InOperator::reduceValueOptions function core/modules/views/src/Plugin/views/filter/InOperator.php When using exposed filters, we may be required to reduce the set.
InOperator::validate function core/modules/views/src/Plugin/views/filter/InOperator.php Validate that the plugin is correct and can be saved.
InOperator::valueForm function core/modules/views/src/Plugin/views/filter/InOperator.php Options form subform for setting options.
InOperator::valueSubmit function core/modules/views/src/Plugin/views/filter/InOperator.php Perform any necessary changes to the form values prior to storage.
InOperatorTest class core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php Tests Drupal\views\Plugin\views\filter\InOperator.
InOperatorTest.php file core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php
InOperatorTest::testValidate function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php Tests validate.
InOperatorTest::validate_options_callback function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php Views filter callback: Generate the values for the options.
input--checkbox.html.twig file core/themes/default_admin/templates/form/input--checkbox.html.twig Theme override for an 'input' #type form element.
input--checkbox.html.twig file core/themes/admin/templates/form/input--checkbox.html.twig Theme override for an 'input' #type form element.
input--submit--header-search.html.twig file core/themes/olivero/templates/form/input--submit--header-search.html.twig Theme override for the search form submit button.
input--submit--paragraph-action.html.twig file core/themes/admin/templates/form/input--submit--paragraph-action.html.twig Theme override for an 'input' #type form element.
input--submit--paragraph-action.html.twig file core/themes/default_admin/templates/form/input--submit--paragraph-action.html.twig Theme override for an 'input' #type form element.
input--submit.html.twig file core/modules/views/tests/themes/views_test_theme/templates/input--submit.html.twig Theme override for an 'input' #type form element.
input.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/input/input.component.yml core/modules/system/tests/themes/sdc_theme_test/components/input/input.component.yml
input.html.twig file core/themes/default_admin/templates/form/input.html.twig Theme override for an 'input' #type form element.
input.html.twig file core/themes/admin/templates/form/input.html.twig Theme override for an 'input' #type form element.
input.html.twig file core/themes/claro/templates/form/input.html.twig Theme override for an 'input' #type form element.
input.html.twig file core/themes/starterkit_theme/templates/form/input.html.twig Theme override for an 'input' #type form element.
input.html.twig file core/themes/stable9/templates/form/input.html.twig Theme override for an 'input' #type form element.
input.html.twig file core/modules/system/templates/input.html.twig Default theme implementation for an 'input' #type form element.
input.twig file core/modules/system/tests/themes/sdc_theme_test/components/input/input.twig {% 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/lib/Drupal/Core/Recipe/InputCollectorInterface.php Collects user-provided input values for recipes.
InputCollectorInterface.php file core/lib/Drupal/Core/Recipe/InputCollectorInterface.php
InputCollectorInterface::collectValue function core/lib/Drupal/Core/Recipe/InputCollectorInterface.php Collects a single input value for a recipe.
InputConfigurator class core/lib/Drupal/Core/Recipe/InputConfigurator.php Collects and validates input values for a recipe.
InputConfigurator.php file core/lib/Drupal/Core/Recipe/InputConfigurator.php
InputConfigurator::$data property core/lib/Drupal/Core/Recipe/InputConfigurator.php The input data.
InputConfigurator::$values property core/lib/Drupal/Core/Recipe/InputConfigurator.php The collected input values, or NULL if none have been collected yet.
InputConfigurator::collectAll function core/lib/Drupal/Core/Recipe/InputConfigurator.php Collects input values for this recipe and its dependencies.
InputConfigurator::describeAll function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the description for all inputs of this recipe and its dependencies.
InputConfigurator::getDataDefinitions function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the typed data definitions for the inputs defined by this recipe.
InputConfigurator::getDefaultValue function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the default value for an input definition.
InputConfigurator::getValues function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the collected input values, keyed by name.
InputConfigurator::__construct function core/lib/Drupal/Core/Recipe/InputConfigurator.php
InputRequired class core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Exposed form plugin that provides an exposed form with required input.
InputRequired.php file core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
InputRequired::$formatRepository property core/modules/views/src/Plugin/views/exposed_form/InputRequired.php The filter format repository service.
InputRequired::buildOptionsForm function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Provide a form to edit options for this plugin.
InputRequired::defineOptions function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Information about options for all kinds of purposes will be held here.
InputRequired::exposedFilterApplied function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Indicates that the exposed filter has been applied.
InputRequired::preRender function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Runs before the view is rendered.

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