Search for replace
- Search 7.x for replace
 - Search 9.5.x for replace
 - Search 10.3.x for replace
 - Search 11.x for replace
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| NodeTokenReplaceTest.php | file | core/ | 
                                                                                        |
| NodeTokenReplaceTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| NodeTokenReplaceTest::setUp | function | core/ | 
                                                                                        |
| NodeTokenReplaceTest::testNodeTokenReplacement | function | core/ | 
                                                                                        Creates a node, then tests the tokens generated from it. | 
| OperationFactory::createReplaceOp | function | composer/ | 
                                                                                        Creates a 'replace' scaffold op. | 
| PhpTransliteration::lookupReplacement | function | core/ | 
                                                                                        Look up the generic replacement for a UTF-8 character code. | 
| PhpTransliteration::replace | function | core/ | 
                                                                                        Replaces a single Unicode character using the transliteration database. | 
| PluginBase::globalTokenReplace | function | core/ | 
                                                                                        Returns a string with any core tokens replaced. | 
| PluginBase::viewsTokenReplace | function | core/ | 
                                                                                        Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin.  | 
              
| PluginBaseTest::testViewsTokenReplace | function | core/ | 
                                                                                        Test that the token replacement in views works correctly. | 
| PluginBaseTest::testViewsTokenReplaceWithDots | function | core/ | 
                                                                                        Test that the token replacement in views works correctly with dots. | 
| PluginBaseTest::testViewsTokenReplaceWithTwigTokens | function | core/ | 
                                                                                        Tests viewsTokenReplace without any twig tokens. | 
| PostgresqlDateSql::$replace | property | core/ | 
                                                                                        An array of PHP-to-PostgreSQL replacement patterns. | 
| Renderer::replacePlaceholders | function | core/ | 
                                                                                        Replaces placeholders. | 
| replace-me.txt | file | core/ | 
                                                                                        # File in drupal-drupal-test-overwrite that is replaced by a scaffold file. | 
| ReplaceCommand | class | core/ | 
                                                                                        AJAX command for calling the jQuery replace() method. | 
| ReplaceCommand.php | file | core/ | 
                                                                                        |
| ReplaceCommand::render | function | core/ | 
                                                                                        Implements Drupal\Core\Ajax\CommandInterface:render(). | 
| replacement.txt | file | core/ | 
                                                                                        # File from assets that replaces file in web root. | 
| ReplaceOp | class | composer/ | 
                                                                                        Scaffold operation to copy or symlink from source to destination. | 
| ReplaceOp.php | file | composer/ | 
                                                                                        |
| ReplaceOp::$overwrite | property | composer/ | 
                                                                                        Whether to overwrite existing files. | 
| ReplaceOp::$source | property | composer/ | 
                                                                                        The relative path to the source file. | 
| ReplaceOp::copyScaffold | function | composer/ | 
                                                                                        Copies the scaffold file. | 
| ReplaceOp::generateContents | function | composer/ | 
                                                                                        Load the scaffold contents or otherwise generate what is needed. | 
| ReplaceOp::ID | constant | composer/ | 
                                                                                        Identifies Replace operations. | 
| ReplaceOp::process | function | composer/ | 
                                                                                        Process this scaffold operation. | 
| ReplaceOp::symlinkScaffold | function | composer/ | 
                                                                                        Symlinks the scaffold file. | 
| ReplaceOp::__construct | function | composer/ | 
                                                                                        Constructs a ReplaceOp. | 
| ReplaceOpTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\ReplaceOp[[api-linebreak]] | 
| ReplaceOpTest.php | file | core/ | 
                                                                                        |
| ReplaceOpTest::testProcess | function | core/ | 
                                                                                        @covers ::process[[api-linebreak]] | 
| ReplaceTitleCommand | class | core/ | 
                                                                                        Provides an AJAX command for replacing the page title. | 
| ReplaceTitleCommand.php | file | core/ | 
                                                                                        |
| ReplaceTitleCommand::$title | property | core/ | 
                                                                                        The page title to replace. | 
| ReplaceTitleCommand::render | function | core/ | 
                                                                                        Return an array to be run through json_encode and sent to the client. | 
| ReplaceTitleCommand::__construct | function | core/ | 
                                                                                        Constructs a \Drupal\views\Ajax\ReplaceTitleCommand object. | 
| SaveDataTest::testExistingReplace | function | core/ | 
                                                                                        Test file_save_data() when replacing an existing file. | 
| SaveUploadFormTest::testExistingReplace | function | core/ | 
                                                                                        Tests replacement when uploading over a file that already exists. | 
| SaveUploadTest::testExistingReplace | function | core/ | 
                                                                                        Test replacement when uploading over a file that already exists. | 
| ScaffoldTest::testDrupalDrupalFileWasReplaced | function | core/ | 
                                                                                        Asserts that the appropriate file was replaced. | 
| SqliteDateSql::$replace | property | core/ | 
                                                                                        An array of PHP-to-SQLite date replacement patterns. | 
| StandardJavascriptTest::assertBigPipePlaceholderReplacementCount | function | core/ | 
                                                                                        Asserts the number of BigPipe placeholders that are replaced on the page. | 
| StatisticsTokenReplaceTest | class | core/ | 
                                                                                        Generates text using placeholders for dummy content to check statistics token replacement.  | 
              
| StatisticsTokenReplaceTest.php | file | core/ | 
                                                                                        |
| StatisticsTokenReplaceTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| StatisticsTokenReplaceTest::testStatisticsTokenReplacement | function | core/ | 
                                                                                        Creates a node, then tests the statistics tokens generated from it. | 
| StorageCopyTrait::replaceStorageContents | function | core/ | 
                                                                                        Copy the configuration from one storage to another and remove stale items. | 
| StorageCopyTraitTest::providerTestReplaceStorageContents | function | core/ | 
                                                                                        Provides data for testCheckRequirements(). | 
| StorageCopyTraitTest::testReplaceStorageContents | function | core/ | 
                                                                                        @covers ::replaceStorageContents[[api-linebreak]] | 
Pagination
- Previous page
 - Page 2
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.