| EntityCrudHookTestHooks::userInsert |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_insert() for user entities. |
| EntityOperations::entityInsert |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
| EntityOperations::entityInsert |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_insert(). |
| EntityOperations::entityTranslationInsert |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_translation_insert(). |
| EntityRevisionsTest::testSaveInHookEntityInsert |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php |
Tests re-saving the entity in entity_test_entity_insert(). |
| EntityTestHooks::entityInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_insert(). |
| EntityTestHooks::entityTestInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'entity_test'. |
| EntityTestHooks::entityTestMulChangedTranslationInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul_changed'. |
| EntityTestHooks::entityTestMulLangcodeKeyTranslationInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul_langcode_key'. |
| EntityTestHooks::entityTestMulrevChangedTranslationInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mulrev'. |
| EntityTestHooks::entityTestMulrevTranslationInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_insert(). |
| EntityTestHooks::entityTestMulTranslationInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul'. |
| EntityTestHooks::entityTranslationInsert |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_translation_insert(). |
| FieldableEntityDefinitionUpdateTest::insertData |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Generates test entities for the 'entity_test_update' entity type. |
| FieldHooks::fieldConfigInsert |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| FileStorageTest::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
Inserts configuration data in the storage. |
| FileTestHooks::fileInsert |
function |
core/modules/file/tests/file_test/src/Hook/FileTestHooks.php |
Implements hook_ENTITY_TYPE_insert() for file entities. |
| FilterTestHooks::filterFormatInsert |
function |
core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php |
Implements hook_ENTITY_TYPE_insert(). |
| hook_entity_insert |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to creation of a new entity. |
| hook_entity_translation_insert |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to creation of a new entity translation. |
| hook_ENTITY_TYPE_insert |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to creation of a new entity of a particular type. |
| hook_ENTITY_TYPE_translation_insert |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to creation of a new entity translation of a particular type. |
| Insert |
class |
core/modules/sqlite/src/Driver/Database/sqlite/Insert.php |
SQLite implementation of \Drupal\Core\Database\Query\Insert. |
| Insert |
class |
core/modules/mysql/src/Driver/Database/mysql/Insert.php |
MySQL implementation of \Drupal\Core\Database\Query\Insert. |
| Insert |
class |
core/modules/pgsql/src/Driver/Database/pgsql/Insert.php |
PostgreSQL implementation of \Drupal\Core\Database\Query\Insert. |
| Insert |
class |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Insert.php |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Insert. |
| Insert |
class |
core/lib/Drupal/Core/Database/Query/Insert.php |
General class for an abstracted INSERT query. |
| Insert.php |
file |
core/modules/sqlite/src/Driver/Database/sqlite/Insert.php |
|
| Insert.php |
file |
core/modules/mysql/src/Driver/Database/mysql/Insert.php |
|
| Insert.php |
file |
core/modules/pgsql/src/Driver/Database/pgsql/Insert.php |
|
| Insert.php |
file |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Insert.php |
|
| Insert.php |
file |
core/lib/Drupal/Core/Database/Query/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/modules/sqlite/src/Driver/Database/sqlite/Insert.php |
Executes the insert query. |
| Insert::execute |
function |
core/modules/mysql/src/Driver/Database/mysql/Insert.php |
Executes the insert query. |
| Insert::execute |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Insert.php |
Executes the insert query. |
| Insert::execute |
function |
core/lib/Drupal/Core/Database/Query/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/modules/sqlite/src/Driver/Database/sqlite/Insert.php |
Implements PHP magic __toString method to convert the query to a string. |
| Insert::__toString |
function |
core/modules/mysql/src/Driver/Database/mysql/Insert.php |
Implements PHP magic __toString method to convert the query to a string. |
| Insert::__toString |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Insert.php |
Implements PHP magic __toString method to convert the query to a string. |
| Insert::__toString |
function |
core/lib/Drupal/Core/Database/Query/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(). |