db_insert |
function |
core/includes/database/database.inc |
Returns a new InsertQuery object for the active database. |
hook_insert |
function |
core/modules/node/node.api.php |
Respond to creation of a new node. |
InsertQuery |
class |
core/includes/database/query.inc |
General class for an abstracted INSERT query. |
file_file_insert |
function |
core/modules/file/file.file.inc |
Implements hook_file_insert(). |
book_node_insert |
function |
core/modules/book/book.module |
Implements hook_node_insert(). |
hook_node_insert |
function |
core/modules/node/node.api.php |
Respond to creation of a new node. |
hook_user_insert |
function |
core/modules/user/user.api.php |
Respond to creation of a new user account. |
hook_file_insert |
function |
core/modules/system/system.api.php |
Respond to a file being added. |
hook_menu_insert |
function |
core/modules/menu/menu.api.php |
Respond to a custom menu creation. |
menu_node_insert |
function |
core/modules/menu/menu.module |
Implements hook_node_insert(). |
hook_path_insert |
function |
core/modules/path/path.api.php |
Respond to a path being inserted. |
hook_field_insert |
function |
core/modules/field/field.api.php |
Define custom insert behavior for this module's field data. |
date_field_insert |
function |
core/modules/date/date.field.inc |
Implements hook_field_insert(). |
InsertQuery_mysql |
class |
core/includes/database/mysql/query.inc |
MySQL-specific class for executing INSERT queries. |
InsertQuery::from |
function |
core/includes/database/query.inc |
Sets the fromQuery on this InsertQuery object. |
link_field_insert |
function |
core/modules/link/link.module |
Implements hook_field_insert(). |
file_field_insert |
function |
core/modules/file/file.field.inc |
Implements hook_field_insert(). |
path_entity_insert |
function |
core/modules/path/path.module |
Implements hook_entity_insert(). |
image_field_insert |
function |
core/modules/image/image.field.inc |
Implements hook_field_insert(). |
hook_layout_insert |
function |
core/modules/layout/layout.api.php |
Respond to initial creation of a layout. |
hook_entity_insert |
function |
core/modules/entity/entity.api.php |
Act on entities when inserted. |
comment_node_insert |
function |
core/modules/comment/comment.module |
Implements hook_node_insert(). |
field_attach_insert |
function |
core/modules/field/field.attach.inc |
Save field data for a new entity. |
InsertQuery::$table |
property |
core/includes/database/query.inc |
The table on which to insert. |
InsertQuery::fields |
function |
core/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
InsertQuery::values |
function |
core/includes/database/query.inc |
Adds another set of values to the query to be inserted. |
ajax_command_insert |
function |
core/includes/ajax.inc |
Creates a Backdrop Ajax 'insert' command using the method in #ajax['method']. |
hook_comment_insert |
function |
core/modules/comment/comment.api.php |
Respond to creation of a new comment. |
hook_redirect_insert |
function |
core/modules/redirect/redirect.api.php |
Respond to creation of a new redirect. |
redirect_path_insert |
function |
core/modules/redirect/redirect.module |
Implements hook_path_insert(). |
taxonomy_node_insert |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_node_insert(). |
filter_entity_insert |
function |
core/modules/filter/filter.module |
Implements hook_entity_insert(). |
hook_language_insert |
function |
core/modules/language/language.api.php |
React to a language that was just added to the system. |
field_default_insert |
function |
core/modules/field/field.default.inc |
Default field 'insert' operation. |
FIELD_STORAGE_INSERT |
constant |
core/modules/field/field.attach.inc |
Argument for an insert operation. |
InsertQuery::execute |
function |
core/includes/database/query.inc |
Executes the insert query. |
node_test_node_insert |
function |
core/modules/node/tests/node_test/node_test.module |
Implements hook_node_insert(). |
file_test_file_insert |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_insert(). |
search_comment_insert |
function |
core/modules/search/search.module |
Implements hook_comment_insert(). |
path_test_path_insert |
function |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_insert(). |
hook_menu_link_insert |
function |
core/modules/system/system.api.php |
Inform modules that a menu link has been created. |
hook_node_type_insert |
function |
core/modules/node/node.api.php |
Respond to node type creation. |
hook_user_role_insert |
function |
core/modules/user/user.api.php |
Respond to creation of a new user role. |
field_language_insert |
function |
core/modules/field/field.multilingual.inc |
Implements hook_language_insert(). |
DatabaseInsertTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Test the insert builder. |
locale_language_insert |
function |
core/modules/locale/locale.module |
Implements hook_language_insert(). |
translation_node_insert |
function |
core/modules/translation/translation.module |
Implements hook_node_insert(). |
field_test_field_insert |
function |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_insert(). |
InsertQuery::$fromQuery |
property |
core/includes/database/query.inc |
A SelectQuery object to fetch the rows that should be inserted. |
InsertQuery::__toString |
function |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |