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 |
---|---|---|---|
StorageReplaceDataWrapper | class | core/ |
Wraps a configuration storage to allow replacing specific configuration data. |
StorageReplaceDataWrapper.php | file | core/ |
|
StorageReplaceDataWrapper::$collection | property | core/ |
The storage collection. |
StorageReplaceDataWrapper::$replacementData | property | core/ |
The configuration replacement data, keyed by configuration object name. |
StorageReplaceDataWrapper::$storage | property | core/ |
The configuration storage to be wrapped. |
StorageReplaceDataWrapper::createCollection | function | core/ |
Creates a collection on the storage. |
StorageReplaceDataWrapper::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
StorageReplaceDataWrapper::delete | function | core/ |
Deletes a configuration object from the storage. |
StorageReplaceDataWrapper::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
StorageReplaceDataWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
StorageReplaceDataWrapper::exists | function | core/ |
Returns whether a configuration object exists. |
StorageReplaceDataWrapper::getAllCollectionNames | function | core/ |
Gets the existing collections. |
StorageReplaceDataWrapper::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
StorageReplaceDataWrapper::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
StorageReplaceDataWrapper::read | function | core/ |
Reads configuration data from the storage. |
StorageReplaceDataWrapper::readMultiple | function | core/ |
Reads configuration data from the storage. |
StorageReplaceDataWrapper::rename | function | core/ |
Renames a configuration object in the storage. |
StorageReplaceDataWrapper::replaceData | function | core/ |
Replaces the configuration object data with the supplied data. |
StorageReplaceDataWrapper::write | function | core/ |
Writes configuration data to the storage. |
StorageReplaceDataWrapper::__construct | function | core/ |
Constructs a new StorageReplaceDataWrapper. |
StorageReplaceDataWrapperTest | class | core/ |
Tests StorageReplaceDataWrapper operations. |
StorageReplaceDataWrapperTest.php | file | core/ |
|
StorageReplaceDataWrapperTest::delete | function | core/ |
|
StorageReplaceDataWrapperTest::insert | function | core/ |
|
StorageReplaceDataWrapperTest::providerCollections | function | core/ |
Data provider for testing different collections. |
StorageReplaceDataWrapperTest::read | function | core/ |
|
StorageReplaceDataWrapperTest::setUp | function | core/ |
|
StorageReplaceDataWrapperTest::testCreateCollection | function | core/ |
Tests if new collections created correctly. |
StorageReplaceDataWrapperTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
StorageReplaceDataWrapperTest::update | function | core/ |
|
TaxonomyTermParentMultilingualTest::replaceUser1 | function | core/ |
Replace User 1 with the user created here. |
TaxonomyTermUpdatePathTest::replaceUser1 | function | core/ |
Replace User 1 with the user created here. |
TestController::tokenReplace | function | core/ |
Provides a token replacement with a node as well as the current user. |
TestController::tokenReplaceWithoutPassedBubbleableMetadata | function | core/ |
Provides a token replacement with a node as well as the current user. |
TestPluginBase::viewsTokenReplace | function | core/ |
Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin. |
Token::replace | function | core/ |
Replaces all tokens in a given string with appropriate values. |
TokenReplaceKernelTest | class | core/ |
Generates text using placeholders for dummy content to check token replacement. |
TokenReplaceKernelTest.php | file | core/ |
|
TokenReplaceKernelTest::setUp | function | core/ |
|
TokenReplaceKernelTest::testClear | function | core/ |
Tests the clear parameter. |
TokenReplaceKernelTest::testSystemDateTokenReplacement | function | core/ |
Tests the generation of all system date tokens. |
TokenReplaceKernelTest::testSystemSiteTokenReplacement | function | core/ |
Tests the generation of all system site information tokens. |
TokenReplaceKernelTest::testSystemTokenRecognition | function | core/ |
Test whether token-replacement works in various contexts. |
TokenReplaceKernelTestBase | class | core/ |
Base class for token replacement tests. |
TokenReplaceKernelTestBase.php | file | core/ |
|
TokenReplaceKernelTestBase::$interfaceLanguage | property | core/ |
The interface language. |
TokenReplaceKernelTestBase::$modules | property | core/ |
Modules to enable. |
TokenReplaceKernelTestBase::$tokenService | property | core/ |
Token service. |
TokenReplaceKernelTestBase::setUp | function | core/ |
|
TokenReplaceTest | class | core/ |
Tests core view token replacement. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.