Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InOperator::acceptExposedInput | function | core/ |
Determines if the input from a filter should change the generated query. |
| InOperator::adminSummary | function | core/ |
Display the filter on the administrative summary |
| InOperator::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
| InOperator::defaultExposeOptions | function | core/ |
Provide default options for exposed filters. |
| InOperator::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| InOperator::getValueOptions | function | core/ |
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values. |
| InOperator::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options |
| InOperator::operators | function | core/ |
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array. |
| InOperator::operatorValues | function | core/ |
|
| InOperator::opSimple | function | core/ |
|
| InOperator::reduceValueOptions | function | core/ |
When using exposed filters, we may be required to reduce the set. |
| InOperator::valueSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| InOperatorTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\filter\InOperator[[api-linebreak]] @group views |
| InOperatorTest.php | file | core/ |
|
| InOperatorTest::testValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
| InOperatorTest::validate_options_callback | function | core/ |
|
| InPlaceEditorBase | class | core/ |
Defines a base in-place editor implementation. |
| InPlaceEditorBase.php | file | core/ |
|
| InPlaceEditorBase::getMetadata | function | core/ |
Generates metadata that is needed specifically for this editor. |
| InPlaceEditorInterface::getAttachments | function | core/ |
Returns the attachments for this editor. |
| InPlaceEditorInterface::isCompatible | function | core/ |
Checks whether this in-place editor is compatible with a given field. |
| InPlaceEditorManager::__construct | function | core/ |
Constructs a InPlaceEditorManager object. |
| 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/ |
|
| InputRequired::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| Insecure | class | core/ |
Defines an insecure text editor XSS filter (for testing purposes). |
| Insecure.php | file | core/ |
|
| Insecure::filterXss | function | core/ |
Filters HTML to prevent XSS attacks when a user edits it in a text editor. |
| Insert | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Insert. |
| Insert | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Insert. |
| Insert | class | core/ |
General class for an abstracted INSERT query. |
| Insert | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Insert. |
| Insert | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Insert. |
| Insert | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Insert. |
| Insert.php | file | core/ |
|
| Insert.php | file | core/ |
|
| Insert.php | file | core/ |
|
| Insert.php | file | core/ |
|
| Insert.php | file | core/ |
|
| Insert.php | file | core/ |
|
| Insert::$fromQuery | property | core/ |
A SelectQuery object to fetch the rows that should be inserted. |
| Insert::execute | function | core/ |
Executes the insert query. |
| Insert::execute | function | core/ |
Executes the insert query. |
| Insert::execute | function | core/ |
Executes the insert query. |
| Insert::execute | function | core/ |
Executes the insert query. |
| Insert::from | function | core/ |
Sets the fromQuery on this InsertQuery object. |
| Insert::preExecute | function | core/ |
Preprocesses and validates the query. |
| Insert::__construct | function | core/ |
Constructs an Insert object. |
| Insert::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
Pagination
- Previous page
- Page 651
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.