Search for all

  1. Search 7.x for all
  2. Search 9.5.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
IntegrationTest class core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Tests basic integration of views data from the aggregator module.
IntegrationTest class core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Tests basic integration of views data from the statistics module.
IntegrationTest.php file core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php
IntegrationTest.php file core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php
IntegrationTest::$defaultTheme property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php The theme to install as the default for testing.
IntegrationTest::$feedStorage property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php The entity storage for aggregator feeds.
IntegrationTest::$itemStorage property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php The entity storage for aggregator items.
IntegrationTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Modules to install.
IntegrationTest::$modules property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Modules to enable.
IntegrationTest::$node property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Stores the node object which is used by the test.
IntegrationTest::$testViews property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Views used by this test.
IntegrationTest::$testViews property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Views used by this test.
IntegrationTest::$webUser property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Stores the user object that accesses the page.
IntegrationTest::setUp function core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php
IntegrationTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php
IntegrationTest::testAggregatorItemView function core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Tests basic aggregator_item view.
IntegrationTest::testNodeCounterIntegration function core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Tests the integration of the {node_counter} table in views.
IntegrityConstraintViolationException class core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php Exception thrown if a query would violate an integrity constraint.
IntegrityConstraintViolationException.php file core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php
Interface translation properties group core/modules/locale/locale.api.php .info.yml file properties for interface translation settings.
Internal class core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Defines the "internal" plugin (i.e. core plugins part of our CKEditor build).
Internal.php file core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php
Internal::$cache property core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php The cache backend.
Internal::create function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Creates an instance of the plugin.
Internal::generateACFSettings function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Builds the ACF part of the CKEditor JS settings.
Internal::generateFormatTagsSetting function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Builds the "format_tags" configuration part of the CKEditor JS settings.
Internal::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Returns the buttons that this plugin provides, along with metadata.
Internal::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
Internal::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Returns the Drupal root-relative file path to the plugin JavaScript file.
Internal::isEnabled function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Checks if this plugin should be enabled based on the editor configuration.
Internal::isInternal function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Indicates if this plugin is part of the optimized CKEditor build.
Internal::__construct function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Constructs a \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal object.
InternalEntitiesTest class core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Makes assertions about the JSON:API behavior for internal entities.
InternalEntitiesTest.php file core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
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.

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