Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
InOperator::acceptExposedInput function core/modules/views/src/Plugin/views/filter/InOperator.php Determines if the input from a filter should change the generated query.
InOperator::adminSummary function core/modules/views/src/Plugin/views/filter/InOperator.php Display the filter on the administrative summary
InOperator::buildExposeForm function core/modules/views/src/Plugin/views/filter/InOperator.php Options form subform for exposed filter options.
InOperator::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Provide default options for exposed filters.
InOperator::defineOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Information about options for all kinds of purposes will be held here.
InOperator::getValueOptions function core/modules/views/src/Plugin/views/filter/InOperator.php 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/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 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/modules/views/src/Plugin/views/filter/InOperator.php
InOperator::opSimple function core/modules/views/src/Plugin/views/filter/InOperator.php
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::valueSubmit function core/modules/views/src/Plugin/views/filter/InOperator.php 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/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php @coversDefaultClass \Drupal\views\Plugin\views\filter\InOperator[[api-linebreak]]
@group views
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 @covers ::validate[[api-linebreak]]
InOperatorTest::validate_options_callback function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php
InPlaceEditorBase class core/modules/quickedit/src/Plugin/InPlaceEditorBase.php Defines a base in-place editor implementation.
InPlaceEditorBase.php file core/modules/quickedit/src/Plugin/InPlaceEditorBase.php
InPlaceEditorBase::getMetadata function core/modules/quickedit/src/Plugin/InPlaceEditorBase.php Generates metadata that is needed specifically for this editor.
InPlaceEditorInterface::getAttachments function core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php Returns the attachments for this editor.
InPlaceEditorInterface::isCompatible function core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php Checks whether this in-place editor is compatible with a given field.
InPlaceEditorManager::__construct function core/modules/quickedit/src/Plugin/InPlaceEditorManager.php Constructs a InPlaceEditorManager object.
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
InputRequired::submitOptionsForm function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Handle any special handling on the validate form.
Insecure class core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php Defines an insecure text editor XSS filter (for testing purposes).
Insecure.php file core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php
Insecure::filterXss function core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php Filters HTML to prevent XSS attacks when a user edits it in a text editor.
Insert class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Insert.php MySQL test implementation of \Drupal\Core\Database\Query\Insert.
Insert class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Insert.php PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.
Insert class core/lib/Drupal/Core/Database/Query/Insert.php General class for an abstracted INSERT query.
Insert class core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php SQLite implementation of \Drupal\Core\Database\Query\Insert.
Insert class core/lib/Drupal/Core/Database/Driver/mysql/Insert.php MySQL implementation of \Drupal\Core\Database\Query\Insert.
Insert class core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.
Insert.php file core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php
Insert.php file core/lib/Drupal/Core/Database/Driver/mysql/Insert.php
Insert.php file core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php
Insert.php file core/lib/Drupal/Core/Database/Query/Insert.php
Insert.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Insert.php
Insert.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Insert.php
Insert::$fromQuery property core/lib/Drupal/Core/Database/Query/Insert.php A SelectQuery object to fetch the rows that should be inserted.
Insert::execute function core/lib/Drupal/Core/Database/Query/Insert.php Executes the insert query.
Insert::execute function core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php Executes the insert query.
Insert::execute function core/lib/Drupal/Core/Database/Driver/mysql/Insert.php Executes the insert query.
Insert::execute function core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php Executes the insert query.
Insert::from function core/lib/Drupal/Core/Database/Query/Insert.php Sets the fromQuery on this InsertQuery object.
Insert::preExecute function core/lib/Drupal/Core/Database/Query/Insert.php Preprocesses and validates the query.
Insert::__construct function core/lib/Drupal/Core/Database/Query/Insert.php Constructs an Insert object.
Insert::__toString function core/lib/Drupal/Core/Database/Query/Insert.php Implements PHP magic __toString method to convert the query to a string.

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