Search for names

  1. Search 7.x for names
  2. Search 8.9.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
StaticReflectionParser::getNamespaceName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StatisticsSettingsForm::getEditableConfigNames function core/modules/statistics/src/StatisticsSettingsForm.php Gets the configuration names that will be editable.
StorageComparer::$sourceNames property core/lib/Drupal/Core/Config/StorageComparer.php Sorted list of all the configuration object names in the source storage.
StorageComparer::$targetNames property core/lib/Drupal/Core/Config/StorageComparer.php Sorted list of all the configuration object names in the target storage.
StorageComparer::extractRenameNames function core/lib/Drupal/Core/Config/StorageComparer.php Extracts old and new configuration names from a configuration change name.
StorageComparer::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparer.php Gets the existing collections from both the target and source storage.
StorageComparerInterface::extractRenameNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Extracts old and new configuration names from a configuration change name.
StorageComparerInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the existing collections from both the target and source storage.
StorageInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageInterface.php Gets the existing collections.
StorageReplaceDataWrapper::getAllCollectionNames function core/modules/config/src/StorageReplaceDataWrapper.php Gets the existing collections.
StreamWrapperManager::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper names.
StreamWrapperManagerInterface::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper names.
SystemConfigFormTestForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Gets the configuration names that will be editable.
system_project_namespace_test.info.yml file core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml
TableMappingInterface::getAllFieldTableNames function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets all the table names in which an entity field is stored.
TableMappingInterface::getColumnNames function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets a mapping of field columns to database columns for a given field.
TableMappingInterface::getFieldNames function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets a list of names for entity fields stored in the specified table.
TableMappingInterface::getTableNames function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets a list of table names for this mapping.
TaxonomyFieldFilterTest::$termNames property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php List of taxonomy term names by language.
taxonomy_vocabulary_get_names function core/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies.
TermForm::getEditedFieldNames function core/modules/taxonomy/src/TermForm.php Gets the names of all fields edited in the form.
TermResourceTestBase::$patchProtectedFieldNames property core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php The fields that are protected against modification during PATCH requests.
TermTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/TermTest.php The fields that are protected against modification during PATCH requests.
TestConfigNamesMapper class core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Defines a test mapper class.
TestConfigNamesMapper::getInternalLangcode function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Gets the internal language code of this mapper, if any.
TestConfigNamesMapper::setConfigFactory function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the configuration factory.
TestConfigNamesMapper::setConfigNames function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the list of configuration names.
TestDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Adds field columns for a table to the table mapping.
TestDiscovery::$testNamespaces property core/lib/Drupal/Core/Test/TestDiscovery.php Cached map of all test namespaces to respective directories.
TestDiscovery::registerTestNamespaces function core/lib/Drupal/Core/Test/TestDiscovery.php Registers test namespaces of all extensions and core test classes.
TestExtension::getInstalledExtensionNames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php Returns a list of machine names of installed extensions.
TestProcessor::getEditableConfigNames function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Gets the configuration names that will be editable.
TestSqlContentDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Adds field columns for a table to the table mapping.
TestSuiteBase::addTestsBySuiteNamespace function core/tests/TestSuites/TestSuiteBase.php Find and add tests to the suite for core and any extensions.
TestSuiteBaseTest::testAddTestsBySuiteNamespaceCore function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Tests for special case behavior of unit test suite namespaces in core.
ThemeAdminForm::getEditableConfigNames function core/modules/system/src/Form/ThemeAdminForm.php Gets the configuration names that will be editable.
ThemeEngineExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Returns a list of machine names of installed extensions.
ThemeExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Returns a list of machine names of installed extensions.
ThemeSettingsForm::getEditableConfigNames function core/modules/system/src/Form/ThemeSettingsForm.php Gets the configuration names that will be editable.
TwigNamespaceTest class core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Tests Twig namespaces.
TwigNamespaceTest.php file core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
TwigNamespaceTest::$modules property core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Modules to enable.
TwigNamespaceTest::$twig property core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
TwigNamespaceTest::assertTwigTemplate function core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Checks to see if a value is a twig template.
TwigNamespaceTest::setUp function core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
TwigNamespaceTest::testTemplateDiscovery function core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Tests template discovery using namespaces.
TwigNamespaceTest::testTwigNamespaces function core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Tests template extension and includes using namespaces.
TwigRegistryLoaderTest::testTwigNamespaces function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Tests template extension and includes using the Drupal theme registry.
twig_namespace_a.info.yml file core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml
twig_namespace_b.info.yml file core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml

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