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
CommentTypeHalJsonAnonTest::$format property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php The format to use in this test.
CommentTypeHalJsonAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php The MIME type that corresponds to $format.
CommentTypeHalJsonAnonTest::$modules property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php Modules to install.
CommentTypeHalJsonBasicAuthTest class core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php @group hal
CommentTypeHalJsonBasicAuthTest.php file core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php
CommentTypeHalJsonBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentTypeHalJsonBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentTypeHalJsonBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php The format to use in this test.
CommentTypeHalJsonBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
CommentTypeHalJsonBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php Modules to install.
CommentTypeHalJsonCookieTest class core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php @group hal
CommentTypeHalJsonCookieTest.php file core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php
CommentTypeHalJsonCookieTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php The authentication mechanism to use in this test.
CommentTypeHalJsonCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php The theme to install as the default for testing.
CommentTypeHalJsonCookieTest::$format property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php The format to use in this test.
CommentTypeHalJsonCookieTest::$mimeType property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php The MIME type that corresponds to $format.
CommentTypeHalJsonCookieTest::$modules property core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php Modules to install.
CommentTypeResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeResourceTestBase.php
CommentTypeResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeResourceTestBase.php
CommentTypeTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php Tests D7 comment type source plugin.
CommentTypeTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php
CommentTypeTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php Modules to enable.
CommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php The data provider.
CommentTypeTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d7\NodeType instead.
CommentUpdateTest::testCommentEntityTypeAndFieldNameRequired function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests whether the 'entity_type' and 'field_name' columns are required.
CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Test the update hook requirements check for 8701.
CommentVariablePerCommentType class core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Plugin annotation

@MigrateSource(
id = "d6_comment_variable_per_comment_type",
source_module = "comment"
)
CommentVariablePerCommentType.php file core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php
CommentVariablePerCommentType::fields function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Returns available fields on the source.
CommentVariablePerCommentType::getCommentVariables function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Retrieves the values of the comment variables grouped by comment type.
CommentVariablePerCommentType::getIds function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Defines the source fields uniquely identifying a source row.
CommentVariablePerCommentTypeTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Tests comment variable per comment type source plugin.
CommentVariablePerCommentTypeTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php
CommentVariablePerCommentTypeTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Modules to enable.
CommentVariablePerCommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php The data provider.
CommentVariablePerCommentTypeTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentVariablePerCommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType…
ConfigTestHalJsonAnonTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonBasicAuthTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonCookieTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php The MIME type that corresponds to $format.
ConfigurableLanguageHalJsonAnonTest::$mimeType property core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php The MIME type that corresponds to $format.
ConfigurableLanguageHalJsonBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigurableLanguageHalJsonCookieTest::$mimeType property core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonCookieTest.php The MIME type that corresponds to $format.
ContactFormHalJsonAnonTest::$mimeType property core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php The MIME type that corresponds to $format.
ContactFormHalJsonBasicAuthTest::$mimeType property core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ContactFormHalJsonCookieTest::$mimeType property core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsHalJsonAnonTest::$mimeType property core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsHalJsonBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsHalJsonCookieTest::$mimeType property core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php The MIME type that corresponds to $format.
ContentTranslationTestBase::$entityTypeId property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The entity type being tested.
ContentTranslationUpdatesManager::$entityTypeManager property core/modules/content_translation/src/ContentTranslationUpdatesManager.php The entity type manager.

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