InsertQuery::preExecute |
function |
core/includes/database/query.inc |
Preprocesses and validates the query. |
comment_node_type_insert |
function |
core/modules/comment/comment.module |
Implements hook_node_type_insert(). |
MergeQuery::insertFields |
function |
core/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
redirect_redirect_insert |
function |
core/modules/redirect/redirect.module |
Implements hook_redirect_insert(). |
search_expression_insert |
function |
core/modules/search/search.module |
Adds a module-specific search option to a search expression. |
ajax_example_node_insert |
function |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_insert(). |
hook_field_attach_insert |
function |
core/modules/field/field.api.php |
Act on field_attach_insert(). |
InsertQuery::__construct |
function |
core/includes/database/query.inc |
Constructs an InsertQuery object. |
InsertQuery::useDefaults |
function |
core/includes/database/query.inc |
Specifies fields for which the database defaults should be used. |
DatabaseInsertLOBTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Insert tests using LOB fields, which are weird on some databases. |
MergeQuery::STATUS_INSERT |
constant |
core/includes/database/query.inc |
Returned by execute() if an INSERT query has been executed. |
MergeQuery::$insertFields |
property |
core/includes/database/query.inc |
An array of fields on which to insert. |
MergeQuery::$insertValues |
property |
core/includes/database/query.inc |
An array of values to be inserted. |
hook_filter_format_insert |
function |
core/modules/filter/filter.api.php |
Perform actions when a new text format has been created. |
SchemaTestCase::tryInsert |
function |
core/modules/simpletest/tests/schema.test |
|
admin_bar_language_insert |
function |
core/modules/admin_bar/admin_bar.module |
Implements hook_language_insert(). |
hook_taxonomy_term_insert |
function |
core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when inserted. |
layout_test_layout_insert |
function |
core/modules/layout/tests/layout_test/layout_test.module |
Implements hook_layout_insert(). |
DatabaseConnection::insert |
function |
core/includes/database/database.inc |
Prepares and returns an INSERT query object. |
Database::RETURN_INSERT_ID |
constant |
core/includes/database/database.inc |
Flag to indicate a query call should return the "last insert id". |
menu_test_menu_link_insert |
function |
core/modules/simpletest/tests/menu_test.module |
Implements hook_menu_link_insert(). |
admin_bar_menu_link_insert |
function |
core/modules/admin_bar/admin_bar.module |
Implements hook_menu_link_insert(). |
InsertQuery_mysql::execute |
function |
core/includes/database/mysql/query.inc |
Executes the insert query. |
InsertQuery::$insertFields |
property |
core/includes/database/query.inc |
An array of fields on which to insert. |
InsertQuery::$insertValues |
property |
core/includes/database/query.inc |
A nested array of values to insert. |
hook_locale_language_insert |
function |
core/modules/locale/locale.api.php |
React to a language that was just added to the system. |
InsertQuery::$defaultFields |
property |
core/includes/database/query.inc |
An array of fields that should be set to their database-defined defaults. |
translation_test_node_insert |
function |
core/modules/translation/tests/translation_test/translation_test.module |
Implements hook_node_insert(). |
hook_entity_view_mode_insert |
function |
core/modules/entity/entity.api.php |
Respond to creation of a new display mode. |
node_access_test_node_insert |
function |
core/modules/node/tests/node_access_test/node_access_test.module |
Implements hook_node_insert(). |
entityreference_field_insert |
function |
core/modules/entityreference/entityreference.module |
Implements hook_field_insert(). |
field_entity_view_mode_insert |
function |
core/modules/field/field.module |
Implements hook_entity_view_mode_insert(). |
entityreference_entity_insert |
function |
core/modules/entityreference/entityreference.module |
Implements hook_entity_insert(). |
hook_field_storage_pre_insert |
function |
core/modules/field/field.api.php |
Act before the storage backends insert field data. |
InsertQuery_mysql::__toString |
function |
core/includes/database/mysql/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
database_example_entry_insert |
function |
modules/examples/database_example/database_example.module |
Saves an entry in the database using db_insert(). |
DatabaseInsertDefaultsTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Insert tests for "database default" values. |
BackdropTestCase::insertAssert |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Store an assertion from outside the testing context. |
node_hooks_example_node_insert |
function |
modules/examples/node_hooks_example/node_hooks_example.module |
Implements hook_node_insert(). |
node_test_exception_node_insert |
function |
core/modules/node/tests/node_test_exception/node_test_exception.module |
Implements hook_node_insert(). |
node_access_example_node_insert |
function |
modules/examples/node_access_example/node_access_example.module |
Implements hook_node_insert(). |
hook_taxonomy_vocabulary_insert |
function |
core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when inserted. |
filter_test_filter_format_insert |
function |
core/modules/simpletest/tests/filter_test.module |
Implements hook_filter_format_insert(). |
entity_crud_hook_test_file_insert |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_insert(). |
entity_crud_hook_test_node_insert |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_insert(). |
entity_crud_hook_test_user_insert |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_insert(). |
SchemaTestCase::tryUnsignedInsert |
function |
core/modules/simpletest/tests/schema.test |
Tries to insert a negative value into columns defined as unsigned. |
taxonomy_test_taxonomy_term_insert |
function |
core/modules/simpletest/tests/taxonomy_test.module |
Implements hook_taxonomy_term_insert(). |
node_type_example_node_type_insert |
function |
modules/examples/node_type_example/node_type_example.module |
Implements hook_node_type_insert(). |
entityreference_field_attach_insert |
function |
core/modules/entityreference/entityreference.module |
Implements hook_field_attach_insert(). |