46 string references to 'Insert'
- AfterCommand::render in core/lib/ Drupal/ Core/ Ajax/ AfterCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- AjaxCommandsTest::testAfterCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\AfterCommand[[api-linebreak]]
- AjaxCommandsTest::testAppendCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\AppendCommand[[api-linebreak]]
- AjaxCommandsTest::testBeforeCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\BeforeCommand[[api-linebreak]]
- AjaxCommandsTest::testHtmlCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\HtmlCommand[[api-linebreak]]
- AjaxCommandsTest::testInsertCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\InsertCommand[[api-linebreak]]
- AjaxCommandsTest::testPrependCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\PrependCommand[[api-linebreak]]
- AjaxCommandsTest::testReplaceCommand in core/tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php 
- @covers \Drupal\Core\Ajax\ReplaceCommand[[api-linebreak]]
- AjaxRendererTest::testRenderWithFragmentObject in core/tests/ Drupal/ Tests/ Core/ Controller/ AjaxRendererTest.php 
- Tests the content method.
- AppendCommand::render in core/lib/ Drupal/ Core/ Ajax/ AppendCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- BeforeCommand::render in core/lib/ Drupal/ Core/ Ajax/ BeforeCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- BigPipePlaceholderTestCases::cases in core/modules/ big_pipe/ tests/ modules/ big_pipe_test/ src/ BigPipePlaceholderTestCases.php 
- Gets all BigPipe placeholder test cases.
- config_test_config_test_insert in core/modules/ config/ tests/ config_test/ config_test.hooks.inc 
- Implements hook_config_test_insert().
- Connection::getDriverClass in core/lib/ Drupal/ Core/ Database/ Connection.php 
- Gets the driver-specific override class if any for the specified class.
- Connection::insert in core/lib/ Drupal/ Core/ Database/ Connection.php 
- Prepares and returns an INSERT query object.
- ConnectionTest::providerGetDriverClass in core/tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php 
- Data provider for testGetDriverClass().
- ContentEntityStorageBase::invokeHook in core/lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php 
- Invokes a hook on behalf of the entity.
- CopyTest::testExistingRename in core/modules/ file/ tests/ src/ Kernel/ CopyTest.php 
- Tests renaming when copying over a file that already exists.
- CopyTest::testNormal in core/modules/ file/ tests/ src/ Kernel/ CopyTest.php 
- Tests file copying in the normal, base case.
- EntityStorageBase::doPostSave in core/lib/ Drupal/ Core/ Entity/ EntityStorageBase.php 
- Performs post save entity processing.
- FileRepositoryTest::testExistingRename in core/modules/ file/ tests/ src/ Kernel/ FileRepositoryTest.php 
- Tests writeData() when renaming around an existing file.
- FileRepositoryTest::testWithFilename in core/modules/ file/ tests/ src/ Kernel/ FileRepositoryTest.php 
- Tests the writeData() method.
- file_test_file_insert in core/modules/ file/ tests/ file_test/ file_test.module 
- Implements hook_ENTITY_TYPE_insert() for file entities.
- FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest in core/tests/ Drupal/ Tests/ Core/ Form/ EventSubscriber/ FormAjaxSubscriberTest.php 
- @covers ::onException[[api-linebreak]]
- HtmlCommand::render in core/lib/ Drupal/ Core/ Ajax/ HtmlCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- InsertCommand::render in core/lib/ Drupal/ Core/ Ajax/ InsertCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- PrependCommand::render in core/lib/ Drupal/ Core/ Ajax/ PrependCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- ReplaceCommand::render in core/lib/ Drupal/ Core/ Ajax/ ReplaceCommand.php 
- Implements Drupal\Core\Ajax\CommandInterface:render().
- SaveTest::testFileSave in core/modules/ file/ tests/ src/ Kernel/ SaveTest.php 
- SaveUploadFormTest::setUp in core/modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php 
- SaveUploadFormTest::testExistingRename in core/modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php 
- Tests renaming when uploading over a file that already exists.
- SaveUploadFormTest::testHandleDangerousFile in core/modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php 
- Tests dangerous file handling.
- SaveUploadFormTest::testHandleFileMunge in core/modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php 
- Tests file munge handling.
- SaveUploadFormTest::testNormal in core/modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php 
- Tests the _file_save_upload_from_form() function.
- SaveUploadTest::setUp in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- SaveUploadTest::testExistingRename in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- Tests renaming when uploading over a file that already exists.
- SaveUploadTest::testHandleDangerousFile in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- Tests dangerous file handling.
- SaveUploadTest::testHandleDotFile in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- Test dangerous file handling.
- SaveUploadTest::testHandleExtension in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- Tests extension handling.
- SaveUploadTest::testHandleFileMunge in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- Tests file munge handling.
- SaveUploadTest::testNormal in core/modules/ file/ tests/ src/ Functional/ SaveUploadTest.php 
- Tests the file_save_upload() function.
- ViewAjaxControllerTest::assertViewResultCommand in core/modules/ views/ tests/ src/ Unit/ Controller/ ViewAjaxControllerTest.php 
- Ensures that the main view content command is added.
- WidgetOEmbedTest::testWidgetOEmbedAdvancedUi in core/modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOEmbedTest.php 
- Tests that oEmbed media can be added in the widget's advanced UI.
- WidgetOverflowTest::providerWidgetOverflow in core/modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOverflowTest.php 
- Data provider for ::testWidgetOverflow() and ::testUnlimitedCardinality().
- WidgetOverflowTest::testUnlimitedCardinality in core/modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOverflowTest.php 
- Tests that unlimited fields' selection count is not constrained.
- WidgetUploadTest::testWidgetUploadAdvancedUi in core/modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetUploadTest.php 
- Tests that uploads in the widget's advanced UI works as expected.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
