Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
entity_test_third_party.info.yml file core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml
entity_test_third_party.schema.yml file core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml
entity_test_update.entity_schema_listener service core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber
entity_test_update.info.yml file core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml
entity_test_update.schema.yml file core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml
entity_test_update.services.yml file core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml
entity_test_update_8001 function core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc Makes the 'user_id' field multiple and migrate its data.
entity_test_update_8001 function core/modules/system/tests/modules/entity_test/update/status_report_8001.inc Test update.
entity_test_update_8002 function core/modules/system/tests/modules/entity_test/update/status_report_8002.inc Test update.
entity_test_update_8002 function core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc Makes the 'user_id' field single and migrate its data.
entity_test_with_storage.info.yml file core/modules/system/tests/modules/entity_test_with_storage/entity_test_with_storage.info.yml core/modules/system/tests/modules/entity_test_with_storage/entity_test_with_storage.info.yml
entity_type.bundle.info service core/core.services.yml Drupal\Core\Entity\EntityTypeBundleInfo
entity_type.listener service core/core.services.yml Drupal\Core\Entity\EntityTypeListener
entity_type.manager service core/core.services.yml Drupal\Core\Entity\EntityTypeManager
entity_type.repository service core/core.services.yml Drupal\Core\Entity\EntityTypeRepository
EntryPoint class core/modules/jsonapi/src/Controller/EntryPoint.php Controller for the API entry point.
EntryPoint.php file core/modules/jsonapi/src/Controller/EntryPoint.php
EntryPoint::$resourceTypeRepository property core/modules/jsonapi/src/Controller/EntryPoint.php The JSON:API resource type repository.
EntryPoint::$user property core/modules/jsonapi/src/Controller/EntryPoint.php The account object.
EntryPoint::index function core/modules/jsonapi/src/Controller/EntryPoint.php Controller to list all the resources.
EntryPoint::__construct function core/modules/jsonapi/src/Controller/EntryPoint.php EntryPoint constructor.
EntryPointTest class core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Makes assertions about the JSON:API behavior for internal entities.
EntryPointTest.php file core/modules/jsonapi/tests/src/Functional/EntryPointTest.php
EntryPointTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntryPointTest.php The theme to install as the default for testing.
EntryPointTest::$modules property core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Modules to install.
EntryPointTest::testEntryPoint function core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Test GET to the entry point.
Enum class core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Enum.php Annotation that can be used to signal to the parser
to check the available values during the parsing process.
Enum.php file core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Enum.php This class is a near-copy of
Doctrine\Common\Annotations\Annotation\Enum, which is part of the Doctrine
project: <http://www.doctrine-project.org>. It was copied from version 2.0.2.
Enum::$literal property core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Enum.php Literal target declaration.
Enum::$value property core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Enum.php @phpstan-var list<scalar>
Enum::__construct function core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Enum.php @phpstan-param array{literal?: mixed[], value: list<scalar>} $values
Environment class core/lib/Drupal/Component/Utility/Environment.php Provides PHP environment helper methods.
Environment.php file core/lib/Drupal/Component/Utility/Environment.php
Environment::checkMemoryLimit function core/lib/Drupal/Component/Utility/Environment.php Compares the memory required for an operation to the available memory.
Environment::getUploadMaxSize function core/lib/Drupal/Component/Utility/Environment.php Determines the maximum file upload size by querying the PHP settings.
Environment::setTimeLimit function core/lib/Drupal/Component/Utility/Environment.php Attempts to set the PHP maximum execution time.
EnvironmentCleaner class core/lib/Drupal/Core/Test/EnvironmentCleaner.php Helper class for cleaning test environments.
EnvironmentCleaner.php file core/lib/Drupal/Core/Test/EnvironmentCleaner.php
EnvironmentCleaner::cleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Remove database entries left over in the fixture database.
EnvironmentCleaner::cleanEnvironment function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Removes all test-related database tables and directories.
EnvironmentCleaner::cleanResults function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Clears test results from the results storage.
EnvironmentCleaner::cleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Finds all leftover fixture site directories and removes them.
EnvironmentCleaner::doCleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Performs the fixture database cleanup.
EnvironmentCleaner::doCleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Performs the cleanup of temporary test directories.
EnvironmentCleaner::__construct function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Constructs a test environment cleaner.
EnvironmentCleanerInterface interface core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Defines an interface for cleaning up test results and fixtures.
EnvironmentCleanerInterface.php file core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php
EnvironmentCleanerInterface::cleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Remove database entries left over in the fixture database.
EnvironmentCleanerInterface::cleanEnvironment function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Removes all test-related database tables and directories.
EnvironmentCleanerInterface::cleanResults function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Clears test results from the results storage.

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