Search for names

  1. Search 7.x for names
  2. Search 9.5.x for names
  3. Search 8.9.x for names
  4. Search 10.3.x for names
  5. Search 11.x for names
  6. Other projects
Title Object type File name Summary
ContactFormResourceTestBase::$patchProtectedFieldNames property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php The fields that are protected against modification during PATCH requests.
container.namespaces service core/core.services.yml ArrayObject
ContentDispositionFilenameParserTest::testParseFilenameSuccess function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php Tests the parseFilename() method.
ContentEntityForm::getEditedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityForm.php Gets the names of all fields edited in the form.
ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php The single-valued field name being tested with the entity type.
ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Returns an array of field names to skip when merging revision translations.
ContentModerationSyncingTest::getAllRevisionNames function core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php Get all the revision names in order of the revision ID.
CronForm::getEditableConfigNames function core/modules/system/src/Form/CronForm.php
DatabaseDriver::getNamespace function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the PHP namespace of the database driver.
DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE constant core/lib/Drupal/Core/Extension/DatabaseDriverList.php The namespace of core's MySql database driver.
DatabaseDriverList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php
DatabaseDriverList::getPathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php
DatabaseDriverList::recalculatePathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php
DatabaseStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/DatabaseStorage.php
DateHelper::monthNames function core/lib/Drupal/Core/Datetime/DateHelper.php Returns a translated array of month names.
DateHelper::monthNamesAbbr function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs a translated array of month name abbreviations.
DateHelper::monthNamesAbbrUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of abbreviated month names.
DateHelper::monthNamesUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of month names.
DCOM58Test::testIssueGlobalNamespace function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueMultipleNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueWithNamespacesOrImports function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DefaultPluginManager::$additionalAnnotationNamespaces property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Additional annotation namespaces.
DefaultPluginManager::$namespaces property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php An object of root paths that are traversable.
DefaultPluginManagerTest::$namespaces property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php The namespaces to look for plugin definitions.
DefaultTableMapping::$fieldNames property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of field names per table.
DefaultTableMapping::getAllFieldTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
DefaultTableMapping::getColumnNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
DefaultTableMapping::getDedicatedTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of dedicated table names for this mapping.
DefaultTableMapping::getFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
DefaultTableMapping::getTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
DefaultTableMapping::setFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds field columns for a table to the table mapping.
DefaultTableMappingIntegrationTest::testGetAllFieldTableNames function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests get all field table names.
DefaultTableMappingIntegrationTest::testGetTableNames function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests DefaultTableMapping::getTableNames().
DefaultTableMappingTest::testGetColumnNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getColumnNames().
DefaultTableMappingTest::testGetFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldNames().
DefaultTableMappingTest::testGetTableNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getTableNames().
DependencyTest::testProjectNamespaceForDependencies function core/modules/system/tests/src/Functional/Module/DependencyTest.php Checks functionality of project namespaces for dependencies.
DialogTestEntityEditForm::getEditableConfigNames function core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php
DisplayRouterInterface::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the list of routes overridden by Views.
DocLexer::T_NAMESPACE_SEPARATOR constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocParser::$ignoredAnnotationNames property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php A list with annotations that are not causing exceptions when not resolved to an annotation class.
DocParser::$namespaces property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php An array of default namespaces if operating in simple mode.
DocParser::addNamespace function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the default namespaces.
DocParser::setIgnoredAnnotationNames function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the annotation names that are ignored during the parsing process.
DocParserTest::testNamespacedAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DrupalKernel::getExtensionFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the filenames for each enabled extension.
DrupalKernel::getExtensionNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for extension namespaces.
drupal_phpunit_get_extension_namespaces function core/tests/bootstrap.php Registers the namespace for each extension directory with the autoloader.
EditorConfigTranslationSubscriber::addConfigNames function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Reacts to the populating of a configuration mapper.

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