Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TranslationManager::reset | function | core/ |
Resets translation cache. |
TranslationManager::setDefaultLangcode | function | core/ |
Sets the default langcode. |
TranslationManager::sortTranslators | function | core/ |
Sorts translators according to priority. |
TranslationManager::translate | function | core/ |
Translates a string to the current language or to a given language. |
TranslationManager::translateString | function | core/ |
Translates a TranslatableMarkup object to a string. |
TranslationManager::__construct | function | core/ |
Constructs a TranslationManager object. |
TranslationManagerTest | class | core/ |
Tests Drupal\Core\StringTranslation\TranslationManager. |
TranslationManagerTest.php | file | core/ |
|
TranslationManagerTest::$translationManager | property | core/ |
The tested translation manager. |
TranslationManagerTest::providerTestFormatPlural | function | core/ |
Provides some test data for formatPlural() |
TranslationManagerTest::providerTestTranslatePlaceholder | function | core/ |
Provides test data for translate(). |
TranslationManagerTest::setUp | function | core/ |
|
TranslationManagerTest::testFormatPlural | function | core/ |
Tests format plural. |
TranslationManagerTest::testTranslatePlaceholder | function | core/ |
Tests translation using placeholders. |
TranslationTest::$translationManager | property | core/ |
The translation manager used for testing. |
TwigExtension::$themeManager | property | core/ |
The theme manager. |
TwigExtensionTest::$themeManager | property | core/ |
The theme manager. |
TypedConfigManager | class | core/ |
Manages config schema type plugins. |
TypedConfigManager.php | file | core/ |
|
TypedConfigManager::$configStorage | property | core/ |
A storage instance for reading configuration data. |
TypedConfigManager::$definitions | property | core/ |
The array of plugin definitions, keyed by plugin id. |
TypedConfigManager::$schemaStorage | property | core/ |
A storage instance for reading configuration schema data. |
TypedConfigManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
TypedConfigManager::buildDataDefinition | function | core/ |
Creates a new data definition object. |
TypedConfigManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
TypedConfigManager::createFromNameAndData | function | core/ |
Gets typed data for a given configuration name and its values. |
TypedConfigManager::determineType | function | core/ |
Determines the typed config type for a plugin ID. |
TypedConfigManager::findFallback | function | core/ |
Finds fallback configuration schema name. |
TypedConfigManager::get | function | core/ |
Gets typed configuration data. |
TypedConfigManager::getDefinition | function | core/ |
Gets a specific plugin definition. |
TypedConfigManager::getDefinitionWithReplacements | function | core/ |
Gets a schema definition with replacements for dynamic type names. |
TypedConfigManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
TypedConfigManager::getFallbackName | function | core/ |
Gets fallback configuration schema name. |
TypedConfigManager::getStaticTypeRoot | function | core/ |
Gets the static type root for a config schema object. |
TypedConfigManager::hasConfigSchema | function | core/ |
Checks if the configuration schema with the given config name exists. |
TypedConfigManager::__construct | function | core/ |
Creates a new typed configuration manager. |
TypedConfigManagerInterface | interface | core/ |
Defines an interface for managing config schema type plugins. |
TypedConfigManagerInterface.php | file | core/ |
|
TypedConfigManagerInterface::buildDataDefinition | function | core/ |
Creates a new data definition object. |
TypedConfigManagerInterface::createFromNameAndData | function | core/ |
Gets typed data for a given configuration name and its values. |
TypedConfigManagerInterface::get | function | core/ |
Gets typed configuration data. |
TypedConfigManagerInterface::getDefinition | function | core/ |
Gets a specific plugin definition. |
TypedConfigManagerInterface::hasConfigSchema | function | core/ |
Checks if the configuration schema with the given config name exists. |
TypedDataDefinitionEntityBundleTest::$typedDataManager | property | core/ |
The typed data manager to use. |
TypedDataDefinitionTest::$typedDataManager | property | core/ |
The typed data manager to use. |
TypedDataManager | class | core/ |
Manages data type plugins. |
TypedDataManager.php | file | core/ |
|
TypedDataManager::$classResolver | property | core/ |
The class resolver. |
TypedDataManager::$constraintManager | property | core/ |
The validation constraint manager to use for instantiating constraints. |
TypedDataManager::$prototypes | property | core/ |
An array of typed data property prototypes. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.