Search for insert

  1. Search 9.5.x for insert
  2. Search 8.9.x for insert
  3. Search 10.3.x for insert
  4. Search 11.x for insert
  5. Other projects
Title Object type File name Summary
hook_comment_insert function modules/comment/comment.api.php The comment is being inserted.
hook_entity_insert function modules/system/system.api.php Act on entities when inserted.
hook_field_attach_insert function modules/field/field.api.php Act on field_attach_insert().
hook_field_insert function modules/field/field.api.php Define custom insert behavior for this module's field data.
hook_field_storage_pre_insert function modules/field/field.api.php Act before the storage backends insert field data.
hook_file_insert function modules/system/system.api.php Respond to a file being added.
hook_filter_format_insert function modules/filter/filter.api.php Perform actions when a new text format has been created.
hook_insert function modules/node/node.api.php Respond to creation of a new node.
hook_menu_insert function modules/menu/menu.api.php Respond to a custom menu creation.
hook_menu_link_insert function modules/system/system.api.php Inform modules that a menu link has been created.
hook_node_insert function modules/node/node.api.php Respond to creation of a new node.
hook_node_type_insert function modules/node/node.api.php Respond to node type creation.
hook_path_insert function modules/path/path.api.php Respond to a path being inserted.
hook_taxonomy_term_insert function modules/taxonomy/taxonomy.api.php Act on taxonomy terms when inserted.
hook_taxonomy_vocabulary_insert function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when inserted.
hook_user_insert function modules/user/user.api.php A user account was created.
hook_user_role_insert function modules/user/user.api.php Respond to creation of a new user role.
image_field_insert function modules/image/image.field.inc Implements hook_field_insert().
InsertQuery class includes/database/query.inc General class for an abstracted INSERT query.
InsertQuery::$defaultFields property includes/database/query.inc An array of fields that should be set to their database-defined defaults.
InsertQuery::$fromQuery property includes/database/query.inc A SelectQuery object to fetch the rows that should be inserted.
InsertQuery::$insertFields property includes/database/query.inc An array of fields on which to insert.
InsertQuery::$insertValues property includes/database/query.inc A nested array of values to insert.
InsertQuery::$table property includes/database/query.inc The table on which to insert.
InsertQuery::execute function includes/database/query.inc Executes the insert query.
InsertQuery::fields function includes/database/query.inc Adds a set of field->value pairs to be inserted.
InsertQuery::from function includes/database/query.inc Sets the fromQuery on this InsertQuery object.
InsertQuery::preExecute function includes/database/query.inc Preprocesses and validates the query.
InsertQuery::useDefaults function includes/database/query.inc Specifies fields for which the database defaults should be used.
InsertQuery::values function includes/database/query.inc Adds another set of values to the query to be inserted.
InsertQuery::__construct function includes/database/query.inc Constructs an InsertQuery object.
InsertQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_mysql class includes/database/mysql/query.inc @file
Query code for MySQL embedded database engine.
InsertQuery_mysql::execute function includes/database/mysql/query.inc Executes the insert query.
InsertQuery_mysql::__toString function includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_pgsql class includes/database/pgsql/query.inc @file
Query code for PostgreSQL embedded database engine.
InsertQuery_pgsql::execute function includes/database/pgsql/query.inc Executes the insert query.
InsertQuery_pgsql::__toString function includes/database/pgsql/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_sqlite class includes/database/sqlite/query.inc SQLite specific implementation of InsertQuery.
InsertQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the insert query.
InsertQuery_sqlite::__toString function includes/database/sqlite/query.inc Implements PHP magic __toString method to convert the query to a string.
menu_node_insert function modules/menu/menu.module Implements hook_node_insert().
menu_test_menu_link_insert function modules/simpletest/tests/menu_test.module Implements hook_menu_link_insert().
MergeQuery::$insertFields property includes/database/query.inc An array of fields on which to insert.
MergeQuery::$insertValues property includes/database/query.inc An array of values to be inserted.
MergeQuery::insertFields function includes/database/query.inc Adds a set of field->value pairs to be inserted.
MergeQuery::STATUS_INSERT constant includes/database/query.inc Returned by execute() if an INSERT query has been executed.
NodeSaveTestCase::testNodeSaveOnInsert function modules/node/node.test Tests saving a node on node insert.
node_access_test_node_insert function modules/node/tests/node_access_test.module Implements hook_node_insert().
node_node_type_insert function modules/node/content_types.inc Implements hook_node_type_insert().

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