Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Search 11.x for id
  6. Other projects
Title Object type File name Summary
WorkspacesServiceProvider class core/modules/workspaces/src/WorkspacesServiceProvider.php Defines a service provider for the Workspaces module.
WorkspacesServiceProvider.php file core/modules/workspaces/src/WorkspacesServiceProvider.php
WorkspacesServiceProvider::alter function core/modules/workspaces/src/WorkspacesServiceProvider.php Modifies existing service definitions.
WorkspacesServiceProvider::register function core/modules/workspaces/src/WorkspacesServiceProvider.php Registers services to the container.
WorkspaceSwitcherForm::getFormId function core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php Returns a unique string identifying the form.
WorkspaceSwitcherTest::testSwitcherFormFiltersByProvider function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests workspaces with non-default providers in the switcher form.
WorkspaceTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The tested entity type.
WorkspaceTest::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the first created entity in testPost().
WorkspaceTest::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the second created entity in testPost().
WorkspaceTracker::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTracker.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTracker::getIdField function core/modules/workspaces/src/WorkspaceTracker.php Determines the target ID field name for an entity type.
WorkspaceTrackerInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTrackerInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTrackerTest::getEntityTypeIds function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php The data provider for ::testWorkspaceAssociation().
WorkspaceTrackerTest::providerMoveTrackedEntitiesValidation function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Data provider for testMoveTrackedEntitiesValidation().
WorkspaceTrackerTest::testMoveTrackedEntitiesValidation function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests validation for moveTrackedEntities().
WritableFileSystemValidator class core/modules/package_manager/src/Validator/WritableFileSystemValidator.php Checks that the file system is writable.
WritableFileSystemValidator.php file core/modules/package_manager/src/Validator/WritableFileSystemValidator.php
WritableFileSystemValidator::validate function core/modules/package_manager/src/Validator/WritableFileSystemValidator.php Checks that the file system is writable.
WritableFileSystemValidator::__construct function core/modules/package_manager/src/Validator/WritableFileSystemValidator.php
WritableFileSystemValidatorTest class core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Unit tests the file system permissions validator.
WritableFileSystemValidatorTest.php file core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php
WritableFileSystemValidatorTest::providerStagingRootPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Data provider for ::testStagingRootPermissions().
WritableFileSystemValidatorTest::providerWritable function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Data provider for testWritable().
WritableFileSystemValidatorTest::setUpPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Sets the permissions of the test project's directories.
WritableFileSystemValidatorTest::testStagingRootPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests that the stage root's permissions are validated.
WritableFileSystemValidatorTest::testWritable function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests the file system permissions validator.
WritableFileSystemValidatorTest::testWritableDuringPreApply function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests the file system permissions validator during pre-apply.
WriteSafeSessionHandlerTest::providerTestOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Provides test data for the other methods test.
XdebugRequestTraitTest::extractCookiesDataProvider function core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php Provides data to test extracting Xdebug cookies from a request.
XssTest::providerTestAttributes function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssAdminNotNormalized().
XssTest::providerTestFilterXssAdminNotNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssAdminNotNormalized().
XssTest::providerTestFilterXssNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssNormalized().
XssTest::providerTestFilterXssNotNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssNotNormalized().
XssTest::providerTestInvalidMultiByte function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testInvalidMultiByte().
XssTest::testInvalidMultiByte function core/tests/Drupal/Tests/Component/Utility/XssTest.php Checks that invalid multi-byte sequences are rejected.
YamlDirectoryDiscovery::$idKey property core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php The key contained in the discovered data that identifies it.
YamlDirectoryDiscovery::getIdentifier function core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php Gets the identifier from the data.
YamlDirectoryDiscoveryTest::testDiscoveryAlternateId function core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php Tests YAML directory discovery with an alternate ID key.
YamlDirectoryDiscoveryTest::testDiscoveryInvalidYamlException function core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php Tests YAML directory discovery with invalid YAML.
YamlDirectoryDiscoveryTest::testDiscoveryNoIdException function core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php Tests YAML directory discovery with a missing ID key.
YamlFileLoader::validate function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Validates a YAML file.
YamlFileLoaderTest::providerTestExceptions function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlFileLoaderTest::testParseDefinitionsWithProvider function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlTestBase::providerBoolTest function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Tests different boolean serialization and deserialization.
YamlTestBase::providerDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be deserialized.
YamlTestBase::providerEncodeDecodeTests function core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php Some data that should be able to be serialized.
ZipTest::$archiverPluginId property core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php The archiver plugin identifier.
_claro_preprocess_file_and_image_widget function core/themes/claro/claro.theme Helper pre-process callback for file_managed_file and image_widget.
_comment_entity_uses_integer_id function core/modules/comment/comment.module Determines if an entity type is using an integer-based ID definition.
_contextual_id_to_links function core/modules/contextual/contextual.module Unserializes the result of ContextualLinksSerializer::linksToId().

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