Search for name

  1. Search 7.x for name
  2. Search 9.5.x for name
  3. Search 10.3.x for name
  4. Search 11.x for name
  5. Other projects
Title Object type File name Summary
CKEditorIntegrationTest::assignNameToCkeditorPanelIframe function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Assigns a name to the CKEditor context menu iframe.
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.
CommentHostnameUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests that comment hostname settings are properly updated.
CommentHostnameUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_post_update_add_ip_address_setting().
CommentHostnameUpdateTest::testCommentUpdate8600 function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_update_8600().
CommentUpdateTest::testCommentEntityTypeAndFieldNameRequired function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests whether the 'entity_type' and 'field_name' columns are required.
ContentTranslationTestBase::$fieldName property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The name of the field used to test translation.
ContentTranslationUITestBase::getChangedFieldName function core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php Returns the name of the field that implements the changed timestamp.
DatabaseLegacyTest::testDbFieldNames function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_names() function.
DatabaseLegacyTest::testDbRenameTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_rename_table() function.
DateTimeHandlerTestBase::$field_name property core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php Name of the field.
db_field_names function core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
db_rename_table function core/includes/database.inc Renames a table.
drupal-8.8.x-media_library-update-views-classnames-3049943.php file core/modules/media_library/tests/fixtures/update/drupal-8.8.x-media_library-update-views-classnames-3049943.php Contains database additions to drupal-8.4.0-media_installed.php for testing
the addition of BEM classes to the media library views config.
EntityDefinitionTestTrait::addLongNameBaseField function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Adds a long-named base field to the 'entity_test_update' entity type.
EntityDefinitionTestTrait::renameBaseTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the base table to 'entity_test_update_new'.
EntityDefinitionTestTrait::renameDataTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the data table to 'entity_test_update_data_new'.
EntityDefinitionTestTrait::renameRevisionBaseTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the revision table to 'entity_test_update_revision_new'.
EntityDefinitionTestTrait::renameRevisionDataTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the revision data table to 'entity_test_update_revision_data_new'.
FeedTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/FeedTest.php The fields that are protected against modification during PATCH requests.
FeedTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FeedTest.php The name of the tested JSON:API resource type.
FeedTest::$uniqueFieldNames property core/modules/jsonapi/tests/src/Functional/FeedTest.php Fields that need unique values.
ItemTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/ItemTest.php The fields that are protected against modification during PATCH requests.
ItemTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ItemTest.php The name of the tested JSON:API resource type.
NodeHalJsonAnonTest::$patchProtectedFieldNames property core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php The fields that are protected against modification during PATCH requests.
PlaceBlockPageVariant::getVisibleRegionNames function core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php Returns the human-readable list of regions keyed by machine name.
PostgresqlSchemaTest::providerComputedConstraintName function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php Data provider for ::testComputedConstraintName().
PostgresqlSchemaTest::testComputedConstraintName function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php Tests whether the actual constraint name is correctly computed.
QuickEditImageControllerTest::$fieldName property core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php The machine name of our image field.
QuickEditIntegrationTest::$fieldName property core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php The name of the field ued for tests.
RdfMappingTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php The name of the tested JSON:API resource type.
SaveDataTest::testExistingRename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test file_save_data() when renaming around an existing file.
SaveDataTest::testWithFilename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test the file_save_data() function when no filename is provided.
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
TaxonomyTermUpdatePathTest::assertTermName function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Assert that a term name matches the expectation.
TaxonomyTranslationTestTrait::$termFieldName property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php The field name for our taxonomy term field.
TemporaryTableMapping::generateFieldTableName function core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php Generates a safe and unambiguous field table name.
TemporaryTableMapping::getTempTableName function core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php Generates a temporary table name.
TestBase::$originalSessionName property core/modules/simpletest/src/TestBase.php The name of the session cookie of the test-runner.
TestBase::$verboseClassName property core/modules/simpletest/src/TestBase.php Safe class name for use in verbose output filenames.
UnitTestCaseDeprecationTest::testDeprecatedGetBlockMockWithMachineName function core/tests/Drupal/Tests/UnitTestCaseDeprecationTest.php @covers ::getBlockMockWithMachineName[[api-linebreak]]
@expectedDeprecation Drupal\Tests\UnitTestCase::getBlockMockWithMachineName is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Unit test base classes should not have dependencies…
WebTestBase::clickLinkPartialName function core/modules/simpletest/src/WebTestBase.php Follows a link by partial name.
WebTestBaseTest::providerAssertFieldByName function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Provides data for testing the assertFieldByName() helper.
WebTestBaseTest::testAssertFieldByName function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Tests the assertFieldByName() helper.

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