Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| InputStreamFileWriter::writeStreamToFile | function | core/ |
Write the input stream to a temporary file. |
| InputStreamFileWriterInterface::DEFAULT_BYTES_TO_READ | constant | core/ |
The length of bytes to read in each iteration when streaming file data. |
| InputStreamFileWriterInterface::writeStreamToFile | function | core/ |
Write the input stream to a temporary file. |
| InputStreamUploadedFile::getClientOriginalName | function | core/ |
Returns the original file name. |
| Insert::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| Insert::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| Insert::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| Insert::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| InsertCommand::$selector | property | core/ |
A CSS selector string. |
| InsertLobTest::testInsertOneBlob | function | core/ |
Tests that we can insert a single blob field successfully. |
| Inspector | class | core/ |
Generic inspections for the assert() statement. |
| Inspector.php | file | core/ |
|
| Inspector::assertAll | function | core/ |
Asserts callback returns TRUE for each member of a traversable. |
| Inspector::assertAllArrays | function | core/ |
Asserts that all members are arrays. |
| Inspector::assertAllCallable | function | core/ |
Asserts that all members are callable. |
| Inspector::assertAllFloat | function | core/ |
Asserts that all members are float values. |
| Inspector::assertAllHaveKey | function | core/ |
Asserts all given keys exist in every member array. |
| Inspector::assertAllIntegers | function | core/ |
Asserts that all members are integer values. |
| Inspector::assertAllMatch | function | core/ |
Asserts that all members are strings that contain the specified string. |
| Inspector::assertAllNotEmpty | function | core/ |
Asserts that all members are not empty. |
| Inspector::assertAllNumeric | function | core/ |
Asserts all members are numeric data types or strings castable to such. |
| Inspector::assertAllObjects | function | core/ |
Asserts that all members are objects. |
Pagination
- Previous page
- Page 139
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.