Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
Input validation group core/includes/common.inc Functions to validate user input.
input.html.twig file core/modules/system/templates/input.html.twig Default theme implementation for an 'input' #type form element.
input.html.twig file core/themes/stable/templates/form/input.html.twig Theme override for an 'input' #type form element.
input.html.twig file core/themes/classy/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.
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::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::preRender function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Runs before the view is rendered.
InputRequired::query function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Add anything to the query that we might need to.
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/Driver/sqlite/Insert.php SQLite 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/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/mysql/Insert.php
Insert.php file core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php
Insert.php file core/lib/Drupal/Core/Database/Driver/sqlite/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/mysql/Insert.php Executes the insert query.
Insert::execute function core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php Executes the insert query.
Insert::execute function core/lib/Drupal/Core/Database/Driver/sqlite/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.
Insert::__toString function core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/lib/Drupal/Core/Database/Driver/mysql/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php Implements PHP magic __toString method to convert the query to a string.
InsertCommand class core/lib/Drupal/Core/Ajax/InsertCommand.php Generic AJAX command for inserting content.
InsertCommand.php file core/lib/Drupal/Core/Ajax/InsertCommand.php
InsertCommand::$content property core/lib/Drupal/Core/Ajax/InsertCommand.php The content for the matched element(s).
InsertCommand::$selector property core/lib/Drupal/Core/Ajax/InsertCommand.php A CSS selector string.
InsertCommand::$settings property core/lib/Drupal/Core/Ajax/InsertCommand.php A settings array to be passed to any attached JavaScript behavior.
InsertCommand::render function core/lib/Drupal/Core/Ajax/InsertCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
InsertCommand::__construct function core/lib/Drupal/Core/Ajax/InsertCommand.php Constructs an InsertCommand object.
InsertDefaultsTest class core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Tests the Insert query builder with default values.
InsertDefaultsTest.php file core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php
InsertDefaultsTest::testDefaultEmptyInsert function core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Tests that no action will be preformed if no fields are specified.

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