Search for names

  1. Search 7.x for names
  2. Search 8.9.x for names
  3. Search 10.3.x for names
  4. Search 11.x for names
  5. Other projects
Title Object type File name Summary
EntityTestResourceTestBase::$patchProtectedFieldNames property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityTestTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The fields that are protected against modification during PATCH requests.
EntityViewDisplayResourceTestBase::$patchProtectedFieldNames property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The fields that are protected against modification during PATCH requests.
ExcludedModulesEventSubscriber::getDependentConfigNames function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Get all the configuration which depends on one of the excluded modules.
ExtensionList::$addedPathNames property core/lib/Drupal/Core/Extension/ExtensionList.php A list of extension folder names directly added in code (not discovered).
ExtensionList::$pathNames property core/lib/Drupal/Core/Extension/ExtensionList.php A list of extension folder names keyed by extension name.
ExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of machine names of installed extensions.
ExtensionList::getPathnames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of extension file paths keyed by machine name.
ExtensionList::getPathnamesCacheId function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension filenames cache ID.
ExtensionList::recalculatePathnames function core/lib/Drupal/Core/Extension/ExtensionList.php Generates a sorted list of .info.yml file locations for all extensions.
ExtensionListTest::testGetPathnames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathnames
ExtensionListTrait::$staticAddedPathNames property core/lib/Drupal/Core/Installer/ExtensionListTrait.php Static version of the added file names during the installer.
FeedResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The fields that are protected against modification during PATCH requests.
FeedResourceTestBase::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php A list of fields that need a unique value.
FeedTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The fields that are protected against modification during PATCH requests.
FeedTest::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Fields that need unique values.
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldResolver::getAllDataReferencePropertyNames function core/modules/jsonapi/src/Context/FieldResolver.php Gets all unique reference property names from the given field definitions.
FieldSqlStorageTest::testLongNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldStorageConfig::getPropertyNames function core/modules/field/src/Entity/FieldStorageConfig.php Returns the names of the field's subproperties.
FieldStorageDefinitionInterface::getPropertyNames function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the names of the field's subproperties.
FileResourceTestBase::$patchProtectedFieldNames property core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php The fields that are protected against modification during PATCH requests.
FileStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/FileStorage.php Gets the existing collections.
FileStorage::getAllCollectionNamesHelper function core/lib/Drupal/Core/Config/FileStorage.php Helper function for getAllCollectionNames().
FileSystemForm::getEditableConfigNames function core/modules/system/src/Form/FileSystemForm.php Gets the configuration names that will be editable.
FileTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/FileTest.php The fields that are protected against modification during PATCH requests.
FileUploadSanitizeNameEventTest::provideFilenames function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php Provides data for testEventFilenameFunctions().
FormTestArgumentsObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Gets the configuration names that will be editable.
FormTestControllerObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Gets the configuration names that will be editable.
FormTestObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestObject.php Gets the configuration names that will be editable.
FormTestServiceObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php Gets the configuration names that will be editable.
ForumSettingsForm::getEditableConfigNames function core/modules/forum/src/ForumSettingsForm.php Gets the configuration names that will be editable.
GetRdfNamespacesTest class core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php Tests hook_rdf_namespaces().
GetRdfNamespacesTest.php file core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php
GetRdfNamespacesTest::$defaultTheme property core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php The theme to install as the default for testing.
GetRdfNamespacesTest::$modules property core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php Modules to enable.
GetRdfNamespacesTest::testGetRdfNamespaces function core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php Tests getting RDF namespaces.
GroupwiseMax::conditionNamespace function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Helper function to namespace query pieces.
HandlerFilterUserNameTest::$names property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Usernames of $accounts.
HelpTopicTwigLoader::MAIN_NAMESPACE constant core/modules/help_topics/src/HelpTopicTwigLoader.php
hook_rdf_namespaces function core/modules/rdf/rdf.api.php Allow modules to define namespaces for RDF mappings.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
InstallStorage::getComponentNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for a list of modules or themes.
InstallStorage::getCoreNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for Drupal core.
ItemResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The fields that are protected against modification during PATCH requests.
ItemTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The fields that are protected against modification during PATCH requests.
jsonapi.custom_query_parameter_names_validator.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\JsonApiRequestValidator
JsonApiSettingsForm::getEditableConfigNames function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Gets the configuration names that will be editable.
LayoutDefinition::getRegionNames function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the machine-readable region names.

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