Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InsertCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| InsertCommand::__construct | function | core/ |
Constructs an InsertCommand object. |
| InsertDefaultsTest | class | core/ |
Tests the Insert query builder with default values. |
| InsertDefaultsTest.php | file | core/ |
|
| InsertDefaultsTest::testDefaultEmptyInsert | function | core/ |
Tests that no action will be preformed if no fields are specified. |
| InsertDefaultsTest::testDefaultInsert | function | core/ |
Tests that we can run a query that uses default values for everything. |
| InsertDefaultsTest::testDefaultInsertWithFields | function | core/ |
Tests that we can insert fields with values and defaults in the same query. |
| InsertLobTest | class | core/ |
Tests the Insert query builder with LOB fields. |
| InsertLobTest.php | file | core/ |
|
| InsertLobTest::testInsertMultipleBlob | function | core/ |
Tests that we can insert multiple blob fields in the same query. |
| InsertLobTest::testInsertNullBlob | function | core/ |
Tests that we can insert a null into blob field. |
| InsertLobTest::testInsertOneBlob | function | core/ |
Tests that we can insert a single blob field successfully. |
| InsertTest | class | core/ |
Tests the insert builder. |
| InsertTest.php | file | core/ |
|
| InsertTest::testInsertFieldOnlyDefinition | function | core/ |
Tests that we can specify fields without values and specify values later. |
| InsertTest::testInsertFromWithSerialKey | function | core/ |
Tests inserting from a select into a table that has a serial primary key. |
| InsertTest::testInsertIntegrityViolation | function | core/ |
Tests insertion integrity violation with no default value for a column. |
| InsertTest::testInsertLastInsertID | function | core/ |
Tests that inserts return the proper auto-increment ID. |
| InsertTest::testInsertSelectAll | function | core/ |
Tests that the INSERT INTO ... SELECT * ... syntax works. |
| InsertTest::testInsertSelectFields | function | core/ |
Tests that the INSERT INTO ... SELECT (fields) ... syntax works. |
| InsertTest::testMultiInsert | function | core/ |
Tests that we can insert multiple records in one query object. |
| InsertTest::testRepeatedInsert | function | core/ |
Tests that an insert object can be reused with new data after it executes. |
| InsertTest::testSimpleInsert | function | core/ |
Tests very basic insert functionality. |
| InsertTest::testSpecialColumnInsert | function | core/ |
Tests that we can INSERT INTO a special named column. |
| InsertTrait | trait | core/ |
Provides common functionality for INSERT and UPSERT queries. |
| InsertTrait.php | file | core/ |
|
| InsertTrait::$defaultFields | property | core/ |
An array of fields that should be set to their database-defined defaults. |
| InsertTrait::$insertFields | property | core/ |
An array of fields on which to insert. |
| InsertTrait::$insertValues | property | core/ |
A nested array of values to insert. |
| InsertTrait::$table | property | core/ |
The table on which to insert. |
| InsertTrait::count | function | core/ |
|
| InsertTrait::fields | function | core/ |
Adds a set of field->value pairs to be inserted. |
| InsertTrait::getInsertPlaceholderFragment | function | core/ |
Returns the query placeholders for values that will be inserted. |
| InsertTrait::useDefaults | function | core/ |
Specifies fields for which the database defaults should be used. |
| InsertTrait::values | function | core/ |
Adds another set of values to the query to be inserted. |
| InspectionTest | class | core/ |
Tests that plugins implementing PluginInspectionInterface can be inspected. |
| InspectionTest.php | file | core/ |
|
| InspectionTest::testInspection | function | core/ |
Tests getPluginId() and getPluginDefinition(). |
| 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 727
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.