Search for type

  1. Search 7.x for type
  2. Search 9.5.x for type
  3. Search 8.9.x for type
  4. Search 11.x for type
  5. Other projects
Title Object type File name Summary
AddModerationConfigActionTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php
ArgumentSummaryTest::$nodeType property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php Node type with an autocomplete tagging field.
AssetControllerBase::$assetType property core/modules/system/src/Controller/AssetControllerBase.php The asset type.
AssetControllerBase::$contentType property core/modules/system/src/Controller/AssetControllerBase.php The asset aggregate content type to send as Content-Type header.
AssetsStream::getType function core/lib/Drupal/Core/StreamWrapper/AssetsStream.php Returns the type of stream wrapper.
BaseFieldOverrideValidationTest::testFieldTypePluginIsValidated function core/tests/Drupal/KernelTests/Core/Entity/BaseFieldOverrideValidationTest.php Tests that the field type plugin's existence is validated.
BinaryFileResponseTest::providerTestCalculatedContentType function core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Data provider of file names and expected content-type values.
BinaryFileResponseTest::testCalculatedContentType function core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Test the content type generated by Drupal is correct.
BlockContentPermissions::blockTypePermissions function core/modules/block_content/src/BlockContentPermissions.php Build permissions for each block type.
BlockContentRedirectTest::testBlockContentTypeRedirect function core/modules/block_content/tests/src/Functional/BlockContentRedirectTest.php Tests the deprecation message from the old block-type page.
BlockContentTypeValidationTest class core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php Tests validation of block_content_type entities.
BlockContentTypeValidationTest.php file core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php
BlockContentTypeValidationTest::$modules property core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php Modules to install.
BlockContentTypeValidationTest::$propertiesWithOptionalValues property core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php The config entity properties whose values are optional (set to NULL).
BlockContentTypeValidationTest::setUp function core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php
BlockTypeAccessControlHandler class core/modules/block_content/src/BlockTypeAccessControlHandler.php Defines the access control handler for the "Block Type" entity type.
BlockTypeAccessControlHandler.php file core/modules/block_content/src/BlockTypeAccessControlHandler.php
BlockTypeAccessControlHandler::$viewLabelOperation property core/modules/block_content/src/BlockTypeAccessControlHandler.php Allows to grant access to just the labels.
BlockTypeAccessControlHandler::checkAccess function core/modules/block_content/src/BlockTypeAccessControlHandler.php Performs access checks.
block_content.type.basic.yml file core/recipes/basic_block_type/config/block_content.type.basic.yml core/recipes/basic_block_type/config/block_content.type.basic.yml
block_content.type.html.twig file core/modules/block_content/help_topics/block_content.type.html.twig ---
label: 'Defining a block type'
related:
- block.overview
- block.configure
- block.place
- block_content.add
- field_ui.add_field
- field_ui.manage_form
- field_ui.manage_display
---
{% set types_link_text %}{% trans…
CastedIntFieldJoinTestBase::$castingType property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php The db type that should be used for casting fields as integers.
comment.creating_type.html.twig file core/modules/comment/help_topics/comment.creating_type.html.twig ---
label: 'Creating a comment type'
related:
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
- comment.overview
- comment.configuring
---
{% set comment_types_link_text %}
{% trans %}Comment types{%…
comment.type.comment.yml file core/recipes/comment_base/config/comment.type.comment.yml core/recipes/comment_base/config/comment.type.comment.yml
CommentTypeValidationTest class core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php Tests validation of comment_type entities.
CommentTypeValidationTest.php file core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
CommentTypeValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php Modules to install.
CommentTypeValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
ComponentRenderTest::checkArrayObjectTypeCast function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensure fuzzy coercing of arrays and objects works properly.
ConfigActionManager::getShorthandActionIdsForEntityType function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets a map of shorthand action IDs to plugin IDs for an entity type.
ConfigEntityMapperInterface::getType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Gets the entity type ID from this mapper.
ConfigEntityMapperInterface::setType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Set entity type for this mapper.
config_schema_add_fallback_type_test.info.yml file core/modules/config/tests/config_schema_add_fallback_type_test/config_schema_add_fallback_type_test.info.yml core/modules/config/tests/config_schema_add_fallback_type_test/config_schema_add_fallback_type_test.info.yml
config_schema_add_fallback_type_test.schema.yml file core/modules/config/tests/config_schema_add_fallback_type_test/config/schema/config_schema_add_fallback_type_test.schema.yml core/modules/config/tests/config_schema_add_fallback_type_test/config/schema/config_schema_add_fallback_type_test.schema.yml
content_translation.link_relation_types.yml file core/modules/content_translation/content_translation.link_relation_types.yml core/modules/content_translation/content_translation.link_relation_types.yml
core.entity_view_display.media.type_five.media_library.yml file core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_five.media_library.yml core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_five.media_library.yml
core.field_type_categories.yml file core/core.field_type_categories.yml core/core.field_type_categories.yml
CssAssetController::$assetType property core/modules/system/src/Controller/CssAssetController.php The asset type.
CssAssetController::$contentType property core/modules/system/src/Controller/CssAssetController.php The asset aggregate content type to send as Content-Type header.
DataType class core/lib/Drupal/Core/TypedData/Attribute/DataType.php Defines a data type attribute.
DataType.php file core/lib/Drupal/Core/TypedData/Attribute/DataType.php
DataType::__construct function core/lib/Drupal/Core/TypedData/Attribute/DataType.php Constructs a new DataType attribute.
DbLogResourceTest::$entityTypeId property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The entity type ID.
EntityArgument::$entityTypeManager property core/modules/views/src/Plugin/views/argument/EntityArgument.php
EntityBundleExistsConstraint::$entityTypeId property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraint.php The entity type ID which should have the given bundle.
EntityBundleExistsConstraintValidatorTest::testDynamicEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests getting the entity type ID.
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests getting the entity type ID from a deeply nested property path.
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdIsStatic function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests validating a bundle of a known (static) entity type ID.
EntityBundleExistsConstraintValidatorTest::testInvalidEntityTypeId function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests when the constraint's entityTypeId value is not valid.
EntityWorkspaceConflictConstraintValidatorTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php The entity type manager.

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