Search for type

  1. Search 7.x for type
  2. Search 9.5.x for type
  3. Search 10.3.x for type
  4. Search 11.x for type
  5. Other projects
Title Object type File name Summary
ContentTypeCreationTrait trait core/modules/simpletest/src/ContentTypeCreationTrait.php Provides methods to create content type from given values.
ContentTypeCreationTrait.php file core/modules/simpletest/src/ContentTypeCreationTrait.php
DateFieldLegacyTest::testUnknownDateType function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
DateFieldLegacyTest::testUnknownDateType function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldLegacyTest.php Tests deprecation on calling processFieldValues().
DateFieldTest::testUnknownDateType function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldTest.php Tests an Exception is thrown when the field type is not a known date type.
DateFormatHalJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonAnonTest.php The MIME type that corresponds to $format.
DateFormatHalJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
DateFormatHalJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonCookieTest.php The MIME type that corresponds to $format.
DateTestBase::getTestFieldType function core/modules/datetime/src/Tests/DateTestBase.php Returns the type of field to be tested.
DbLogResourceTest::$mimeType property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The MIME type that corresponds to $format.
DedupeEntityTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php The mocked entity type manager.
DrupalMediaLibrary::$mediaTypeStorage property core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php The media type entity storage.
EditorHalJsonAnonTest::$mimeType property core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php The MIME type that corresponds to $format.
EditorHalJsonBasicAuthTest::$mimeType property core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
EditorHalJsonCookieTest::$mimeType property core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php The MIME type that corresponds to $format.
EntityDefinitionTestTrait::deleteEntityType function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Removes the entity type.
EntityDefinitionTestTrait::enableNewEntityType function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Enables a new entity type definition.
EntityDefinitionTestTrait::resetEntityType function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Resets the entity type definition.
EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type not revisionable.
EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to not translatable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable and
translatable.
EntityDefinitionTestTrait::updateEntityTypeToTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to translatable.
EntityFieldStorageConfig::$fieldTypePluginManager property core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php The field type plugin manager.
EntityFieldStorageConfig::getEntityTypeId function core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Finds the entity type from configuration or plugin ID.
EntityFormDisplayHalJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php The MIME type that corresponds to $format.
EntityFormDisplayHalJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityFormDisplayHalJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.php The MIME type that corresponds to $format.
EntityFormModeHalJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonAnonTest.php The MIME type that corresponds to $format.
EntityFormModeHalJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityFormModeHalJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php The MIME type that corresponds to $format.
EntityManager::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getEntityTypeLabels function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getFieldMapByFieldType function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityManager.php Reacts to the creation of the entity type.
EntityManager::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity type bundle info.
EntityManagerTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity type manager.
EntityManagerTest::$entityTypeRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity type repository.
EntityManagerTest::testGetEntityTypeFromClass function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getEntityTypeFromClass() method.
EntityManagerTest::testGetFieldMapByFieldType function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getFieldMapByFieldType() method.
EntityResourceRestTestCoverageTest::testEntityTypeRestTestCoverage function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php Tests that all core content/config entity types have REST test coverage.
EntityTestBundleHalJsonAnonTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php The MIME type that corresponds to $format.
EntityTestBundleHalJsonBasicAuthTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityTestBundleHalJsonCookieTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php The MIME type that corresponds to $format.
EntityTestHalJsonAnonTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php The MIME type that corresponds to $format.
EntityTestLabelHalJsonAnonTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php The MIME type that corresponds to $format.

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