Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
InternalEntitiesTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php The theme to install as the default for testing.
InternalEntitiesTest::$internalEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity of an internal entity type.
InternalEntitiesTest::$modules property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Modules to enable.
InternalEntitiesTest::$referencingEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity referencing an internal entity.
InternalEntitiesTest::$testUser property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php A test user.
InternalEntitiesTest::getIndividual function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Returns the decoded JSON:API document for the for the given entity.
InternalEntitiesTest::getRelated function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::jsonapiGet function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::setUp function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
InternalEntitiesTest::testEntryPoint function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the entry point.
InternalEntitiesTest::testIncludes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that internal entities are not included in compound documents.
InternalEntitiesTest::testLinks function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that links to internal relationships aren't generated.
InternalEntitiesTest::testRoutes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the routes.
InternalPropertyTestFieldItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php Defines the 'Internal Property' entity test field type.
InternalPropertyTestFieldItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php
InternalPropertyTestFieldItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php Defines field item properties.
InternalTest class core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php @coversDefaultClass \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal[[api-linebreak]]
InternalTest.php file core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
InternalTest::$ckeditorPluginManager property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php The CKEditor plugin manager.
InternalTest::$editor property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php A testing text editor.
InternalTest::$format property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php A testing text format.
InternalTest::$modules property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php Modules to enable.
InternalTest::formatTagsSettingsTestCases function core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php A data provider for testFormatTagsSettings.
InternalTest::setUp function core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
InternalTest::testFormatTagsSettings function core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php Tests the format tags settings.
InternalTypedDataTestTrait trait core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php Trait that provides mocked typed data objects.
InternalTypedDataTestTrait.php file core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
InternalTypedDataTestTrait::getTypedDataProperty function core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php Gets a typed data property.
InternalViolation class core/lib/Drupal/Core/Field/InternalViolation.php Wraps a violation to allow arrayPropertyPath to be deprecated.
InternalViolation.php file core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::$arrayPropertyPath property core/lib/Drupal/Core/Field/InternalViolation.php The array property path.
InternalViolation::$properties property core/lib/Drupal/Core/Field/InternalViolation.php An array of dynamic properties.
InternalViolation::$violation property core/lib/Drupal/Core/Field/InternalViolation.php The violation being wrapped.
InternalViolation::getCode function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getInvalidValue function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getMessage function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getMessageTemplate function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getParameters function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getPlural function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getPropertyPath function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getRoot function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::__construct function core/lib/Drupal/Core/Field/InternalViolation.php Constructs a InternalViolation object.
InternalViolation::__get function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::__set function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::__toString function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolationTest class core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @coversDefaultClass \Drupal\Core\Field\InternalViolation[[api-linebreak]]
@group legacy
InternalViolationTest.php file core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php
InternalViolationTest::testSetGetArrayPropertyPath function core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @covers ::__get[[api-linebreak]]
@covers ::__set[[api-linebreak]]
InternalViolationTest::testSetGetDynamicProperties function core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @covers ::__get[[api-linebreak]]
@covers ::__set[[api-linebreak]]
Internationalization group core/lib/Drupal/Core/Language/language.api.php Internationalization and translation

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