Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
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.
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::submitOptionsForm function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Handle any special handling on the validate form.
InputStreamFileWriter::writeStreamToFile function core/modules/file/src/Upload/InputStreamFileWriter.php Write the input stream to a temporary file.
InputStreamFileWriterInterface::DEFAULT_BYTES_TO_READ constant core/modules/file/src/Upload/InputStreamFileWriterInterface.php The length of bytes to read in each iteration when streaming file data.
InputStreamFileWriterInterface::writeStreamToFile function core/modules/file/src/Upload/InputStreamFileWriterInterface.php Write the input stream to a temporary file.
InputStreamUploadedFile::getClientOriginalName function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns the original file name.
Insert::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/modules/mysql/src/Driver/Database/mysql/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/lib/Drupal/Core/Database/Query/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/modules/pgsql/src/Driver/Database/pgsql/Insert.php Implements PHP magic __toString method to convert the query to a string.
InsertCommand::$selector property core/lib/Drupal/Core/Ajax/InsertCommand.php A CSS selector string.
InsertLobTest::testInsertOneBlob function core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests that we can insert a single blob field successfully.
Inspector class core/lib/Drupal/Component/Assertion/Inspector.php Generic inspections for the assert() statement.
Inspector.php file core/lib/Drupal/Component/Assertion/Inspector.php
Inspector::assertAll function core/lib/Drupal/Component/Assertion/Inspector.php Asserts callback returns TRUE for each member of a traversable.
Inspector::assertAllArrays function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are arrays.
Inspector::assertAllCallable function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are callable.
Inspector::assertAllFloat function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are float values.
Inspector::assertAllHaveKey function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all given keys exist in every member array.
Inspector::assertAllIntegers function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are integer values.
Inspector::assertAllMatch function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are strings that contain the specified string.
Inspector::assertAllNotEmpty function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are not empty.
Inspector::assertAllNumeric function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all members are numeric data types or strings castable to such.
Inspector::assertAllObjects function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are objects.

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