Search for name

  1. Search 7.x for name
  2. Search 9.5.x for name
  3. Search 8.9.x for name
  4. Search 11.x for name
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Name class core/modules/user/src/Plugin/views/filter/Name.php Filter handler for usernames.
Name class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php

All search results

Title Object type File name Summary
ConfigBase::setName function core/lib/Drupal/Core/Config/ConfigBase.php Sets the name of this configuration object.
ConfigBase::validateName function core/lib/Drupal/Core/Config/ConfigBase.php Validates the configuration object name.
ConfigCollectionEvents::RENAME_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when renaming configuration not in the default collection.
ConfigCollectionInfo::getCollectionNames function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the list of possible collection names.
ConfigCRUDTest::testNameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object names.
ConfigEntityBase::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration dependency name.
ConfigEntityDependency::$name property core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php The configuration entity's configuration object name.
ConfigEntityDependency::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's configuration dependency name.
ConfigEntityMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigEntityMapper.php Returns route name for the translation overview route.
ConfigEntityMapper::getTypeName function core/modules/config_translation/src/ConfigEntityMapper.php Returns the name of the type of data the mapper encapsulates.
ConfigEntityMapperTest::testGetTypeName function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getTypeName().
ConfigEntityStorage::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Gets the name of the service for the query for this entity storage.
ConfigEntityStorage::importRename function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Renames entities upon synchronizing configuration changes.
ConfigEntityStorageInterface::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorageTest::testSaveRename function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityValidationTestBase::getMachineNameConstraints function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Returns the validation constraints applied to the entity's ID.
ConfigEntityValidationTestBase::providerInvalidMachineNameCharacters function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Data provider for ::testInvalidMachineNameCharacters().
ConfigEntityValidationTestBase::testInvalidMachineNameCharacters function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that the entity's ID is tested for invalid characters.
ConfigEntityValidationTestBase::testMachineNameLength function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that the entity ID's length is validated if it is a machine name.
ConfigEvents::RENAME constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when renaming a configuration object.
ConfigEventsTest::testConfigRenameEvent function core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests configuration rename event that is fired from the ConfigFactory.
ConfigExportImportUITest::$fieldName property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds the randomly-generated name of a field.
ConfigExportTest::$blockNamePrefix property core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php A prefix string used in naming the test blocks.
ConfigFactory::rename function core/lib/Drupal/Core/Config/ConfigFactory.php
ConfigFactoryInterface::rename function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Renames a configuration object using the storage.
ConfigFactoryOverrideBase::onConfigRename function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration rename.
ConfigFactoryTest::testRename function core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php @covers ::rename
ConfigFieldMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigFieldMapper.php Returns route name for the translation overview route.
ConfigFormBaseTrait::getEditableConfigNames function core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php Gets the configuration names that will be editable.
ConfigImporter::importInvokeRename function core/lib/Drupal/Core/Config/ConfigImporter.php Imports a configuration entity rename.
ConfigImporter::LOCK_NAME constant core/lib/Drupal/Core/Config/ConfigImporter.php The name used to identify the lock.
ConfigImportRenameValidationTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests validating renamed configuration in a configuration import.
ConfigImportRenameValidationTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Config Importer object used for testing.
ConfigImportRenameValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Modules to install.
ConfigImportRenameValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation.
ConfigImportSubscriber::getNames function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Gets human readable extension names.
ConfigImportUITest::prepareSiteNameUpdate function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigLanguageOverrideWebTest::testSiteNameTranslation function core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Tests translating the site name.
ConfigManager::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManagerInterface::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Returns the entity type of a configuration object.
ConfigManagerInterface::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Loads a configuration entity using the configuration name.
ConfigMapperInterface::addConfigName function core/modules/config_translation/src/ConfigMapperInterface.php Adds the given configuration name to the list of names.
ConfigMapperInterface::getAddRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation add form route.
ConfigMapperInterface::getBaseRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the base route the mapper is attached to.
ConfigMapperInterface::getConfigNames function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array of configuration names for the mapper.

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