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
RouteProviderLazyBuilder::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find many routes by their names using the provided list of names.
RouteProviderTest::testRouteByName function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames().
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.
RouteSubscriber::$viewRouteNames property core/modules/views/src/EventSubscriber/RouteSubscriber.php Stores an array of route names keyed by view_id.display_id.
RssFeedsForm::getEditableConfigNames function core/modules/system/src/Form/RssFeedsForm.php Gets the configuration names that will be editable.
RssTest::$fieldName property core/modules/taxonomy/tests/src/Functional/RssTest.php Name of the taxonomy term reference field.
RssViewIntegrationTest::testRdfNamespacesAreAddedToRssViews function core/modules/rdf/tests/src/Functional/RssViewIntegrationTest.php Tests that RSS views have RDF's XML namespaces defined.
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.
Schema::$tempNamespaceName property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL's temporary namespace name.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::buildTableNameCondition function core/modules/mysql/src/Driver/Database/mysql/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::fieldNames function core/lib/Drupal/Core/Database/Schema.php Return an array of field names from an array of key/index column specifiers.
Schema::getTempNamespaceName function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Gets PostgreSQL's temporary namespace name.
Schema::renameTable function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Rename a table.
Schema::renameTable function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Schema.php Rename a table.
Schema::renameTable function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Rename a table.
Schema::renameTable function core/modules/mysql/src/Driver/Database/mysql/Schema.php Rename a table.
SchemaCheckTestTrait::assertConfigSchemaByName function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts configuration, specified by name, has a valid schema.
SchemaCheckTrait::$configName property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The configuration object name under test.
SchemaIntrospectionTestTrait::getIndexColumnNames function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Returns the column names used by the indexes of a table.
SchemaTest::providerComputedConstraintName function core/modules/pgsql/tests/src/Unit/SchemaTest.php Data provider for ::testComputedConstraintName().
SchemaTest::testComputedConstraintName function core/modules/pgsql/tests/src/Unit/SchemaTest.php Tests whether the actual constraint name is correctly computed.
SchemaTest::testUpperCaseTableName function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests handling of uppercase table names.
SearchPageListBuilder::getEditableConfigNames function core/modules/search/src/SearchPageListBuilder.php Gets the configuration names that will be editable.
SearchPageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/SearchPageTest.php The name of the tested JSON:API resource type.
SecurityFileUploadEventSubscriber::sanitizeName function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php Sanitizes the upload's filename to make it secure.
SecurityFileUploadEventSubscriberTest::provideFilenames function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeName().
SecurityFileUploadEventSubscriberTest::provideFilenamesNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeNameNoMunge().
SecurityFileUploadEventSubscriberTest::testSanitizeName function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization.
SecurityFileUploadEventSubscriberTest::testSanitizeNameNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization without file munging.
SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Gets the names of all properties the plugin treats as serialized data.
SerializedColumnNormalizerTrait::getSerializedPropertyNames function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Gets the names of all serialized properties.
Session::$sessionServiceName property core/lib/Drupal/Core/StackMiddleware/Session.php The session service name.
SessionConfiguration::getName function core/lib/Drupal/Core/Session/SessionConfiguration.php Returns the session cookie name.
SessionConfiguration::getUnprefixedName function core/lib/Drupal/Core/Session/SessionConfiguration.php Returns the session cookie name without the secure/insecure prefix.
SessionConfigurationTest::providerTestEnforcedSessionName function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie name test.
SessionConfigurationTest::providerTestGeneratedSessionName function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie name test.
SessionConfigurationTest::testEnforcedSessionNameViaCookieDomain function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests whether the session.name ini settings is computed correctly.
SessionConfigurationTest::testGeneratedSessionName function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests whether the session.name ini settings is computed correctly.
SessionHttpsTest::$insecureSessionName property core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php The name of the session cookie when using HTTP.
SessionHttpsTest::$secureSessionName property core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php The name of the session cookie when using HTTPS.

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