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 11.x for name
  5. Other projects
Title Object type File name Summary
ResourceTestBase::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The fields that are protected against modification during PATCH requests.
ResourceTestBase::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The name of the tested JSON:API resource type.
ResourceTestBase::$uniqueFieldNames property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Fields that need unique values.
ResourceTestBase::getRelationshipFieldNames function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Gets a list of public relationship names for the resource type under test.
ResourceType::$typeName property core/modules/jsonapi/src/ResourceType/ResourceType.php The type name.
ResourceType::getFieldByInternalName function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets a particular attribute or relationship field by internal field name.
ResourceType::getFieldByPublicName function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets a particular attribute or relationship field by public field name.
ResourceType::getInternalName function core/modules/jsonapi/src/ResourceType/ResourceType.php Translates the public field name to the entity field name.
ResourceType::getPublicName function core/modules/jsonapi/src/ResourceType/ResourceType.php Translates the entity field name to the public field name.
ResourceType::getTypeName function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets the type name.
ResourceType::TYPE_NAME_URI_PATH_SEPARATOR constant core/modules/jsonapi/src/ResourceType/ResourceType.php A string which is used as path separator in resource type names.
ResourceTypeBuildEvent::$resourceTypeName property core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php The JSON:API resource type name of the instance to be built.
ResourceTypeBuildEvent::getResourceTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Gets current resource type name of the resource type to be built.
ResourceTypeBuildEvent::setPublicFieldName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Sets the public name of the given field on the resource type to be built.
ResourceTypeBuildEvent::setResourceTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Sets the name of the resource type to be built.
ResourceTypeBuildEventSubscriber::renameResourceType function core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php Renames any resource types that have been renamed by a test.
ResourceTypeField::$internalName property core/modules/jsonapi/src/ResourceType/ResourceTypeField.php The internal field name.
ResourceTypeField::$publicName property core/modules/jsonapi/src/ResourceType/ResourceTypeField.php The public field name.
ResourceTypeField::getInternalName function core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Gets the internal name of the field.
ResourceTypeField::getPublicName function core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Gets the public name of the field.
ResourceTypeField::withPublicName function core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Establishes a new public name for the field.
ResourceTypeRelationship::withPublicName function core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php Establishes a new public name for the field.
ResourceTypeRepository::getAllFieldNames function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets all field names for a given entity type and bundle.
ResourceTypeRepository::getByTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets a specific JSON:API resource type based on a supplied typename.
ResourceTypeRepositoryInterface::getByTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Gets a specific JSON:API resource type based on a supplied typename.
ResourceTypeRepositoryTest::testMappingNameConflictCheck function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that a naming conflict in mapping causes an exception to be thrown.
ResponsiveImageStyleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php The name of the tested JSON:API resource type.
RestResourceConfigTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php The name of the tested JSON:API resource type.
RoleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/RoleTest.php The name of the tested JSON:API resource type.
Routes::CONTROLLER_SERVICE_NAME constant core/modules/jsonapi/src/Routing/Routes.php The service name for the primary JSON:API controller.
Routes::getFileUploadRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the file upload resource type and route type.
Routes::getResourceTypeNameFromParameters function core/modules/jsonapi/src/Routing/Routes.php Gets the resource type from a route or request's parameters.
Routes::getRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the JSON:API resource type and route type.
SanitizeNameTest class core/modules/file/tests/src/Unit/SanitizeNameTest.php Filename sanitization tests.
SanitizeNameTest.php file core/modules/file/tests/src/Unit/SanitizeNameTest.php
SanitizeNameTest::provideFilenames function core/modules/file/tests/src/Unit/SanitizeNameTest.php Provides data for testFileNameTransliteration().
SanitizeNameTest::testFileNameTransliteration function core/modules/file/tests/src/Unit/SanitizeNameTest.php Test file name sanitization.
SaveUploadFormTest::testExistingRename function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests renaming when uploading over a file that already exists.
SaveUploadTest::testExistingRename function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests renaming when uploading over a file that already exists.
SaveUploadTest::testInvalidUtf8FilenameUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests that filenames containing invalid UTF-8 are rejected.
ScaffoldFileInfo::packageName function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the package name.
ScaffoldFilePath::$packageName property composer/Plugin/Scaffold/ScaffoldFilePath.php The name of the package containing the file.
ScaffoldFilePath::packageName function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the name of the package this source file was pulled from.
SearchPageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/SearchPageTest.php The name of the tested JSON:API resource type.
SettingsForm::getEditableConfigNames function core/modules/navigation/src/Form/SettingsForm.php
ShortcutSetTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php The name of the tested JSON:API resource type.
ShortcutTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php The fields that are protected against modification during PATCH requests.
ShortcutTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php The name of the tested JSON:API resource type.
Sort::KEY_NAME constant core/modules/jsonapi/src/Query/Sort.php The JSON:API sort key name.
TermTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/TermTest.php The fields that are protected against modification during PATCH requests.

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