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 10.3.x for type
  5. Other projects
Title Object type File name Summary
aaa_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_procedural_subtype_alter().
AAlterHooks::testSubtypeAlter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php #[Hook('test_subtype_alter')]
AddModerationConfigActionTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Tests adding entity types and bundles to a workflow.
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.
AtLeastOneOfConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php The typed data manager to use.
BAlterHooks::testSubtypeAlter function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BAlterHooks.php #[Hook('test_subtype_alter')]
BaseFieldOverrideValidationTest::testFieldTypePluginIsValidated function core/tests/Drupal/KernelTests/Core/Entity/BaseFieldOverrideValidationTest.php Tests that the field type plugin's existence is validated.
bbb_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module Implements hook_procedural_subtype_alter().
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.
block--block-content--view-type--basic--full.html.twig file core/modules/block_content/tests/modules/block_content_theme_suggestions_test/templates/block--block-content--view-type--basic--full.html.twig {{ label }}

<h1>I am a block content template for a specific bundle and view mode!</h1>
BlockContentHooks::entityTypeAlter function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_entity_type_alter().
BlockContentPermissions::blockTypePermissions function core/modules/block_content/src/BlockContentPermissions.php Build permissions for each block type.
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…
CAlterHooks::testSubtypeAlter function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php #[Hook('test_subtype_alter')]
CastedIntFieldJoinTestBase::$castingType property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php The db type that should be used for casting fields as integers.
ccc_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module Implements hook_procedural_subtype_alter().
ChildSandboxManager::$type property core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php The stage type.
ClassResolverConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php The typed data manager to use.
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
CommentDisplayConfigurableTestHooks::entityTypeBuild function core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php Implements hook_entity_type_build().
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_info_entity_type_ui_definitions_alter().
CommentHooks::fieldTypeCategoryInfoAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_type_category_info_alter().
CommentTestHooks::entityTypeAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_entity_type_alter().
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.
ComponentTestDoesNotExtendCoreTest::getNodeType function core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php
ComposerInspector::getPackageTypes function core/modules/package_manager/src/ComposerInspector.php Loads package types from the lock file.
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.
ConfigEntityStaticCacheTestHooks::entityTypeAlter function core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php Implements hook_entity_type_alter().
ConfigEntityType class core/lib/Drupal/Core/Entity/Attribute/ConfigEntityType.php Defines a configuration entity type attribute object.

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