Search for prefix

  1. Search 7.x for prefix
  2. Search 9.5.x for prefix
  3. Search 8.9.x for prefix
  4. Search 10.3.x for prefix
  5. Other projects
Title Object type File name Summary
AliasManager::pathAliasPrefixListRebuild function core/modules/path_alias/src/AliasManager.php Rebuild the path alias prefix list.
AliasManagerTest::$aliasPrefixList property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias prefix list.
AliasManagerTest::testGetAliasByPathPrefixList function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is not in the prefix list.
AliasPrefixList class core/modules/path_alias/src/AliasPrefixList.php Cache a list of valid alias prefixes.
AliasPrefixList.php file core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::$pathAliasRepository property core/modules/path_alias/src/AliasPrefixList.php The path alias repository.
AliasPrefixList::$state property core/modules/path_alias/src/AliasPrefixList.php The Key/Value Store to use for state.
AliasPrefixList::clear function core/modules/path_alias/src/AliasPrefixList.php Clears the collected cache entry.
AliasPrefixList::get function core/modules/path_alias/src/AliasPrefixList.php Gets value from the cache.
AliasPrefixList::lazyLoadCache function core/modules/path_alias/src/AliasPrefixList.php Loads the cache if not already done.
AliasPrefixList::loadMenuPathRoots function core/modules/path_alias/src/AliasPrefixList.php Loads menu path roots to prepopulate cache.
AliasPrefixList::resolveCacheMiss function core/modules/path_alias/src/AliasPrefixList.php Resolves a cache miss.
AliasPrefixList::__construct function core/modules/path_alias/src/AliasPrefixList.php Constructs an AliasPrefixList object.
AliasPrefixListInterface interface core/modules/path_alias/src/AliasPrefixListInterface.php Cache a list of valid alias prefixes.
AliasPrefixListInterface.php file core/modules/path_alias/src/AliasPrefixListInterface.php
AliasTest::testPrefixList function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests the alias prefix.
AliasTest::testPrefixListCacheDeletionMidRequest function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests situation where the prefix list cache is deleted mid-request.
ApcuBackend::$binPrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in this cache bin.
ApcuBackend::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in the storage that belong to this site.
ApcuBackendFactory::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The site prefix string.
AssetOptimizationTest::replaceFileNamePrefix function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the filename prefix in the given URL.
CachedStorage::$findByPrefixCache property core/lib/Drupal/Core/Config/CachedStorage.php List of listAll() prefixes with their results.
CachedStorage::findByPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Finds configuration object names starting with a given prefix.
CachedStorage::getCollectionPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache ID prefix to use for the collection.
ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX constant core/lib/Drupal/Core/Cache/ChainedFastBackend.php Cache key prefix for the bin-specific entry to track the last write.
CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used as prefix to a config checkpoint collection.
ClassLoaderTest::$apcuEnsureUniquePrefix property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php The flag to set 'apcu_ensure_unique_prefix' setting.
ConfigEntityStorage::getPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Returns the prefix used to create the configuration name.
ConfigEntityType::$config_prefix property core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityType::getConfigPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the config prefix used by the configuration entity type.
ConfigEntityTypeInterface::getConfigPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the config prefix used by the configuration entity type.
ConfigEntityTypeInterface::PREFIX_LENGTH constant core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Length limit of the configuration entity prefix.
ConfigEntityTypeTest::providerTestGetConfigPrefix function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Provides test data.
ConfigEntityTypeTest::testConfigPrefixLengthExceeds function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Tests when the prefix length exceeds the maximum defined prefix length.
ConfigEntityTypeTest::testConfigPrefixLengthValid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Tests when the prefix length is valid.
ConfigEntityTypeTest::testGetConfigPrefix function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Tests the getConfigPrefix() method.
ConfigExistsConstraint::$prefix property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraint.php Optional prefix, to be specified when this contains a config entity ID.
ConfigExportTest::$blockNamePrefix property core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php A prefix string used in naming the test blocks.
ConfigPrefixLengthException class core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php Exception thrown when the config prefix length is exceeded.
ConfigPrefixLengthException.php file core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php
Connection::$prefix property core/lib/Drupal/Core/Database/Connection.php The prefix used by this database connection.
Connection::getPrefix function core/lib/Drupal/Core/Database/Connection.php Returns the prefix of the tables.
Connection::prefixTables function core/lib/Drupal/Core/Database/Connection.php Appends a database prefix to all tables in a query.
Connection::setPrefix function core/lib/Drupal/Core/Database/Connection.php Set the prefix used by this database connection.
Connection::setPrefix function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Set the prefix used by this database connection.
ConnectionTest::providerPrefixRoundTrip function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testPrefixRoundTrip().
ConnectionTest::providerTestPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testPrefixTables().
ConnectionTest::testPerTablePrefixOption function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests per-table prefix connection option.
ConnectionTest::testPrefixArrayOption function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests the prefix connection option in array form.
ConnectionTest::testPrefixRoundTrip function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise setPrefix() and getPrefix().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.