Search for names

  1. Search 7.x for names
  2. Search 9.5.x for names
  3. Search 10.3.x for names
  4. Search 11.x for names
  5. Other projects
Title Object type File name Summary
AccountForm::getEditedFieldNames function core/modules/user/src/AccountForm.php Gets the names of all fields edited in the form.
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AnnotatedClassDiscovery::$annotationNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Additional namespaces to be scanned for annotation classes.
AnnotatedClassDiscovery::$namespaceSuffix property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php A suffix to append to each base namespace, to obtain the namespaces where
plugins are found.
AnnotatedClassDiscovery::$pluginNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The namespaces within which to find plugin classes.
AnnotatedClassDiscovery::$rootNamespacesIterator property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php A list of base namespaces with their PSR-4 directories.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getProviderFromNamespace function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Extracts the provider name from a Drupal namespace.
AnnotatedClassDiscoveryTest::testGetPluginNamespaces function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @covers ::__construct
@covers ::getPluginNamespaces
ArgumentValidatorTermTest::$names property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Stores the taxonomy names used by this test.
BaseFieldDefinition::getPropertyNames function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the names of the field's subproperties.
BasicSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/BasicSettingsForm.php Gets the configuration names that will be editable.
BlockBaseTest::providerTestGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Provides data for testGetMachineNameSuggestion().
BlockBaseTest::testGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Tests the machine name suggestion.
BlockContentResourceTestBase::$patchProtectedFieldNames property core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The fields that are protected against modification during PATCH requests.
BlockContentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php The fields that are protected against modification during PATCH requests.
BlockController::getVisibleRegionNames function core/modules/block/src/Controller/BlockController.php Returns the human-readable list of regions keyed by machine name.
BlockPluginInterface::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginInterface.php Suggests a machine name to identify an instance of this block.
BlockPluginTrait::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockUiTest::testMachineNameSuggestion function core/modules/block/tests/src/Functional/BlockUiTest.php Tests that the BlockForm populates machine name correctly.
BookSettingsForm::getEditableConfigNames function core/modules/book/src/Form/BookSettingsForm.php Gets the configuration names that will be editable.
CachedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/CachedStorage.php Gets the existing collections.
CommentForm::getEditedFieldNames function core/modules/comment/src/CommentForm.php Gets the names of all fields edited in the form.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The HAL+JSON format causes different PATCH-protected fields. For some
reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even
though they are for non-HAL+JSON serializations.
CommentJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentResourceTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The fields that are protected against modification during PATCH requests.
CommentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/CommentTest.php The fields that are protected against modification during PATCH requests.
CommentXmlAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Anonymous users cannot edit their own comments.
ConditionFundamentals::$namespaces property core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php List of potential namespaces of the classes belonging to this condition.
ConfigCollectionInfo::getCollectionNames function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the list of possible collection names.
ConfigFormBaseTrait::getEditableConfigNames function core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php Gets the configuration names that will be editable.
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation for simple configuration.
ConfigImportSubscriber::getNames function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Gets human readable extension names.
ConfigMapperInterface::getConfigNames function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array of configuration names for the mapper.
ConfigMapperTest::testAddingConfigNames function core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php Tests adding config names to mapper.
ConfigModuleOverridesEvent::$names property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration names.
ConfigModuleOverridesEvent::getNames function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration names.
ConfigNamesMapper class core/modules/config_translation/src/ConfigNamesMapper.php Configuration mapper base implementation.
ConfigNamesMapper.php file core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapper::$baseRoute property core/modules/config_translation/src/ConfigNamesMapper.php The base route object that the mapper is attached to.
ConfigNamesMapper::$configFactory property core/modules/config_translation/src/ConfigNamesMapper.php The configuration factory.
ConfigNamesMapper::$configMapperManager property core/modules/config_translation/src/ConfigNamesMapper.php The mapper plugin discovery service.
ConfigNamesMapper::$eventDispatcher property core/modules/config_translation/src/ConfigNamesMapper.php The event dispatcher.
ConfigNamesMapper::$langcode property core/modules/config_translation/src/ConfigNamesMapper.php The language code of the language this mapper, if any.
ConfigNamesMapper::$languageManager property core/modules/config_translation/src/ConfigNamesMapper.php The language manager.
ConfigNamesMapper::$localeConfigManager property core/modules/config_translation/src/ConfigNamesMapper.php The typed configuration manager.
ConfigNamesMapper::$routeCollection property core/modules/config_translation/src/ConfigNamesMapper.php The available routes.

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