NodeTestExceptionHooks::nodeInsert |
function |
core/modules/node/tests/modules/node_test_exception/src/Hook/NodeTestExceptionHooks.php |
Implements hook_ENTITY_TYPE_insert() for node entities. |
NodeTestHooks::nodeInsert |
function |
core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php |
Implements hook_ENTITY_TYPE_insert() for node entities. |
NonPublicSchemaTest::testInsert |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests insert. |
SchemaTest::tryInsertExpectsIntegrityConstraintViolationException |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tries to insert a value that throws an IntegrityConstraintViolationException. |
Section::insertAfterComponent |
function |
core/modules/layout_builder/src/Section.php |
Inserts a component after a specified existing component. |
Section::insertComponent |
function |
core/modules/layout_builder/src/Section.php |
Inserts a component at a specified delta. |
SectionListInterface::insertSection |
function |
core/modules/layout_builder/src/SectionListInterface.php |
Inserts a new section at a given delta. |
SectionListTestBase::testInsertSection |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php |
@covers ::insertSection[[api-linebreak]] |
SectionListTrait::insertSection |
function |
core/modules/layout_builder/src/SectionListTrait.php |
|
SectionStorageBase::insertSection |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php |
Inserts a new section at a given delta. |
SectionTest::testInsertAfterComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component. |
SectionTest::testInsertAfterComponentInvalidUuid |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component invalid uuid. |
SectionTest::testInsertAfterComponentValidUuidRegionMismatch |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component valid uuid region mismatch. |
SectionTest::testInsertComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert component. |
SectionTest::testInsertComponentAppend |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert component append. |
SectionTest::testInsertComponentInvalidDelta |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert component invalid delta. |
SimpletestTestRunResultsStorage::insertLogEntry |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Adds a test log entry for a test run to the storage. |
StatementTest::testRepeatedInsertStatementReuse |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests that a prepared statement object can be reused for multiple inserts. |
StorageReplaceDataWrapperTest::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
Inserts configuration data in the storage. |
StringDatabaseStorage::dbStringInsert |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates a database record for a string object. |
TaxonomyHooks::nodeInsert |
function |
core/modules/taxonomy/src/Hook/TaxonomyHooks.php |
Implements hook_ENTITY_TYPE_insert() for node entities. |
TestRun::insertLogEntry |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Adds a test log entry. |
TestRunResultsStorageInterface::insertLogEntry |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Adds a test log entry for a test run to the storage. |
TransactionTest::insertRow |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Inserts a single row into the testing table. |
UserHooks::userRoleInsert |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_ENTITY_TYPE_insert() for user_role entities. |
ViewsHooks::baseFieldOverrideInsert |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_insert(). |
ViewsHooks::fieldConfigInsert |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
WorkspaceAssociation::workspaceInsert |
function |
core/modules/workspaces/src/WorkspaceAssociation.php |
Responds to the creation of a new workspace entity. |
WorkspaceAssociationInterface::workspaceInsert |
function |
core/modules/workspaces/src/WorkspaceAssociationInterface.php |
Responds to the creation of a new workspace entity. |
WorkspacesTestHooks::entityInsert |
function |
core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php |
Implements hook_entity_insert(). |