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 10.3.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
ConfigNamesMapperTest::testGetTitle function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getTitle().
ConfigNamesMapperTest::testGetTypeLabel function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getTypeLabel().
ConfigNamesMapperTest::testGetTypeName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getTypeName().
ConfigNamesMapperTest::testGetWeight function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getWeight().
ConfigNamesMapperTest::testHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasSchema().
ConfigNamesMapperTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslatable().
ConfigNamesMapperTest::testHasTranslation function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslation().
ConfigNamesMapperTest::testPopulateFromRouteMatch function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::populateFromRouteMatch().
ConfigRenameEvent class core/lib/Drupal/Core/Config/ConfigRenameEvent.php Configuration event fired when renaming a configuration object.
ConfigRenameEvent.php file core/lib/Drupal/Core/Config/ConfigRenameEvent.php
ConfigRenameEvent::$oldName property core/lib/Drupal/Core/Config/ConfigRenameEvent.php The old configuration object name.
ConfigRenameEvent::getOldName function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Gets the old configuration object name.
ConfigRenameEvent::__construct function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Constructs the config rename event.
ConfigTest::setNameProvider function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Provides config names to test.
ConfigTest::testSetName function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setName
@dataProvider setNameProvider
ConfigTest::testValidateNameException function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::validateName
@dataProvider validateNameProvider
ConfigTest::validateNameProvider function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Provides data to test name validation.
ConfigTestTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php The name of the tested JSON:API resource type.
ConfigTranslationTestSubscriber::addConfigNames function core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php Reacts to the populating of a configuration mapper.
ConfigurableLanguage::getName function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the name of the language.
ConfigurableLanguage::setName function core/modules/language/src/Entity/ConfigurableLanguage.php Sets the name of the language.
ConfigurableLanguageInterface::setName function core/modules/language/src/ConfigurableLanguageInterface.php Sets the name of the language.
ConfigurableLanguageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php The name of the tested JSON:API resource type.
ConfigurableLanguageTest::testName function core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php Tests configurable language name methods.
ConfiguredTrait::getEditableConfigNames function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php Gets the configuration names that will be editable.
ConfirmFormBase::getFormName function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Get a fully qualified table name.
Connection::makeSequenceName function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Creates the appropriate sequence name for a given table and serial field.
ConnectionTest::testNamespaceDefault function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php @covers ::__construct
ContactFormEditForm::getEditableConfigNames function core/modules/contact/src/ContactFormEditForm.php Gets the configuration names that will be editable.
ContactFormResourceTestBase::$patchProtectedFieldNames property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php The fields that are protected against modification during PATCH requests.
ContactFormTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ContactFormTest.php The name of the tested JSON:API resource type.
ContentDispositionFilenameParser class core/modules/file/src/Upload/ContentDispositionFilenameParser.php Parses the content-disposition header to extract the client filename.
ContentDispositionFilenameParser.php file core/modules/file/src/Upload/ContentDispositionFilenameParser.php
ContentDispositionFilenameParser::parseFilename function core/modules/file/src/Upload/ContentDispositionFilenameParser.php Parse the content disposition header and return the filename.
ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX constant core/modules/file/src/Upload/ContentDispositionFilenameParser.php The regex used to extract the filename from the content disposition header.
ContentDispositionFilenameParser::__construct function core/modules/file/src/Upload/ContentDispositionFilenameParser.php Private constructor to prevent instantiation.
ContentDispositionFilenameParserTest class core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php Tests the ContentDispositionFilenameParser class.
ContentDispositionFilenameParserTest.php file core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php
ContentDispositionFilenameParserTest::createRequest function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php Creates a request with the given content-disposition header.
ContentDispositionFilenameParserTest::invalidHeaderProvider function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php A data provider for invalid headers.
ContentDispositionFilenameParserTest::testParseFilenameExtended function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php @covers ::parseFilename
ContentDispositionFilenameParserTest::testParseFilenameInvalid function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php @covers ::parseFilename
@dataProvider invalidHeaderProvider
ContentDispositionFilenameParserTest::testParseFilenameMissing function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php @covers ::parseFilename
ContentDispositionFilenameParserTest::testParseFilenameSuccess function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php Tests the parseFilename() method.
ContentEntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ContentEntityForm::getEditedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityForm.php Gets the names of all fields edited in the form.

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