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
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/modules/pgsql/src/Driver/Database/pgsql/Connection.php Set the prefix used by this database connection.
Connection::setPrefix function core/lib/Drupal/Core/Database/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().
ConnectionTest::testPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise the prefixTables() method.
DatabaseBackend::clearByPrefix function core/lib/Drupal/Core/Flood/DatabaseBackend.php Makes the flood control mechanism forget an event by identifier prefix.
DbCommandBaseTest::testPrefix function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Tests specifying a prefix for different connections.
DefaultTableMapping::$prefix property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The prefix to be used by all the tables of this mapping.
ExtensionVersion::CORE_PREFIX constant core/lib/Drupal/Core/Extension/ExtensionVersion.php The '8.x-' prefix is used on contrib extension version numbers.
ExtensionVersionTest::providerInvalidBranchCorePrefix function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php Data provider for testInvalidBranchCorePrefix().
ExtensionVersionTest::providerInvalidVersionCorePrefix function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php Data provider for testInvalidVersionCorePrefix().
ExtensionVersionTest::testInvalidBranchCorePrefix function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php @covers ::createFromSupportBranch
ExtensionVersionTest::testInvalidVersionCorePrefix function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php @covers ::createFromVersionString
field_test_query_efq_table_prefixing_test_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
FileCache::$prefix property core/lib/Drupal/Component/FileCache/FileCache.php Prefix that is used for cache entries.
FileCacheFactory::$prefix property core/lib/Drupal/Component/FileCache/FileCacheFactory.php The cache prefix.
FileCacheFactory::getPrefix function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Returns the cache prefix.
FileCacheFactory::setPrefix function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Sets the cache prefix that should be used.
FileCacheFactoryTest::testGetNoPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FileCacheFactoryTest::testGetSetPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::getPrefix
@covers ::setPrefix
FilterTest::testInvalidFilterPathDueMissingMetaPrefixReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition

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