Search for name

  1. Search 7.x for name
  2. Search 8.9.x for name
  3. Search 10.3.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
ConfigNamesMapperTest::testGetDeleteRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getRoute().
ConfigNamesMapperTest::testGetDeleteRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getDeleteRouteName().
ConfigNamesMapperTest::testGetDeleteRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getDeleteRouteParameters().
ConfigNamesMapperTest::testGetEditRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getEditRoute().
ConfigNamesMapperTest::testGetEditRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getEditRouteName().
ConfigNamesMapperTest::testGetEditRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getEditRouteParameters().
ConfigNamesMapperTest::testGetLangcode function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getLangcode().
ConfigNamesMapperTest::testGetOperations function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslation().
ConfigNamesMapperTest::testGetOverviewPath function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewPath().
ConfigNamesMapperTest::testGetOverviewRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRoute().
ConfigNamesMapperTest::testGetOverviewRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRouteName().
ConfigNamesMapperTest::testGetOverviewRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRouteParameters().
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.
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::$escapedNames property core/lib/Drupal/Core/Database/Connection.php List of escaped database, table, and field names, keyed by unescaped names.
Connection::$temporaryNameIndex property core/lib/Drupal/Core/Database/Connection.php An index used to generate unique temporary table names.
Connection::generateTemporaryTableName function core/lib/Drupal/Core/Database/Connection.php Generates a temporary table name.
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/lib/Drupal/Core/Database/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.
container.namespaces service core/core.services.yml ArrayObject

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