Search for inc

  1. Search 7.x for inc
  2. Search 9.5.x for inc
  3. Search 10.3.x for inc
  4. Search 11.x for inc
  5. Other projects
Title Object type File name Summary
DefaultSingleLazyPluginCollection::setConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Sets the configuration for all plugins in this collection.
DefaultSingleLazyPluginCollection::__construct function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Constructs a new DefaultSingleLazyPluginCollection object.
DefaultSingleLazyPluginCollectionTest class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @coversDefaultClass \Drupal\Core\Plugin\DefaultSingleLazyPluginCollection[[api-linebreak]]
@group Plugin
DefaultSingleLazyPluginCollectionTest.php file core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
DefaultSingleLazyPluginCollectionTest::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Sets up the default plugin collection.
DefaultSingleLazyPluginCollectionTest::testAddInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::addInstanceId[[api-linebreak]]
@covers ::getConfiguration[[api-linebreak]]
@covers ::setConfiguration[[api-linebreak]]
DefaultSingleLazyPluginCollectionTest::testGet function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests the get() method.
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::getInstanceIds[[api-linebreak]]
DependencyTest::testIncompatibleCoreVersionDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module that depends on an incompatible version of a module.
DependencyTest::testIncompatiblePhpVersionDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests failing PHP version requirements.
DisplayPluginCollection class core/modules/views/src/DisplayPluginCollection.php A class which wraps the displays of a view so you can lazy-initialize them.
DisplayPluginCollection.php file core/modules/views/src/DisplayPluginCollection.php
DisplayPluginCollection::$pluginKey property core/modules/views/src/DisplayPluginCollection.php The key within the plugin configuration that contains the plugin ID.
DisplayPluginCollection::$view property core/modules/views/src/DisplayPluginCollection.php Stores a reference to the view which has this displays attached.
DisplayPluginCollection::clear function core/modules/views/src/DisplayPluginCollection.php Clears all instantiated plugins.
DisplayPluginCollection::get function core/modules/views/src/DisplayPluginCollection.php
DisplayPluginCollection::initializePlugin function core/modules/views/src/DisplayPluginCollection.php Initializes and stores a plugin.
DisplayPluginCollection::remove function core/modules/views/src/DisplayPluginCollection.php Removes an initialized plugin.
DisplayPluginCollection::__construct function core/modules/views/src/DisplayPluginCollection.php Constructs a DisplayPluginCollection object.
DisplayPluginCollection::__destruct function core/modules/views/src/DisplayPluginCollection.php Destructs a DisplayPluginCollection object.
DrupalCheckIncompatibilityTest class core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php Parse a predefined amount of bytes and compare the output with the expected
value.
DrupalCheckIncompatibilityTest.php file core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php
DrupalCheckIncompatibilityTest::providerDrupalCheckIncompatibility function core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php Data provider for testDrupalCheckIncompatibility.
DrupalCheckIncompatibilityTest::testDrupalCheckIncompatibility function core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php Tests drupal_check_incompatibility().
DrupalComponentTest::testNoCoreInComponent function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component do not use any Core class.
DrupalComponentTest::testNoCoreInComponentTests function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component Tests do not use any Core class.
DrupalKernel::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernel.php Helper method that loads legacy Drupal include files.
DrupalKernelInterface::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that loads legacy Drupal include files.
drupal_check_incompatibility function core/includes/common.inc Checks whether a version is compatible with a given dependency.
editor.admin.inc file core/modules/editor/editor.admin.inc Administration functions for editor.module.
entity.inc file core/includes/entity.inc Entity API for handling entities like nodes or users.
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating a fieldable entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests uninstalling an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a fieldable entity type that doesn't exist in code anymore.
EntityDisplayPluginCollection class core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php A collection of formatters or widgets.
EntityDisplayPluginCollection.php file core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php
EntityDisplayPluginCollection::$pluginKey property core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php The key within the plugin configuration that contains the plugin ID.
EntityFormDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Gets the plugin collections used by this object.
EntityQueryTest::testInjectionInCondition function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test against SQL inject of condition field. This covers a
database driver's EntityQuery\Condition class.
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize[[api-linebreak]]
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize[[api-linebreak]]
EntityResource::$includeResolver property core/modules/jsonapi/src/Controller/EntityResource.php The include resolver.
EntityResource::getIncludes function core/modules/jsonapi/src/Controller/EntityResource.php Gets includes for the given response data.
EntityViewDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Gets the plugin collections used by this object.
EntityWithPluginCollectionInterface interface core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
EntityWithPluginCollectionInterface.php file core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
entity_definition_updates_8001.inc file core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc Defines the 8001 db update for the "entity_definition_updates" group.
entity_definition_updates_8002.inc file core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc

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