Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
IdConflictTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the available upgrade paths.
IdConflictTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the available upgrade paths.
IdConflictTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the expected number of entities per entity type after migration.
IdConflictTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the expected number of entities per entity type after migration.
IdConflictTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets expected number of entities per entity after incremental migration.
IdConflictTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets expected number of entities per entity after incremental migration.
IdConflictTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the missing upgrade paths.
IdConflictTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the missing upgrade paths.
IdConflictTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the source base path for the concrete test.
IdConflictTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the source base path for the concrete test.
IdConflictTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
IdConflictTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
IdConflictTest::testIdConflictForm function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Tests ID Conflict form.
IdConflictTest::testIdConflictForm function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Tests ID Conflict form.
IdMapTableNoDummyTest class core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php Test that no dummy migrate_map tables are created.
IdMapTableNoDummyTest.php file core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php
IdMapTableNoDummyTest::$pluginManager property core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php The migration plugin manager.
IdMapTableNoDummyTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php
IdMapTableNoDummyTest::testNoDummyTables function core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php Tests that dummy map tables do not exist.
IFrameUrlHelper::$requestContext property core/modules/media/src/IFrameUrlHelper.php The request context service.
IFrameUrlHelper::getHash function core/modules/media/src/IFrameUrlHelper.php Hashes an oEmbed resource URL.
IFrameUrlHelper::isSecure function core/modules/media/src/IFrameUrlHelper.php Checks if an oEmbed URL can be securely displayed in an frame.
IFrameUrlHelper::__construct function core/modules/media/src/IFrameUrlHelper.php IFrameUrlHelper constructor.
IFrameUrlHelperTest class core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php Tests Drupal\media\IFrameUrlHelper.
IFrameUrlHelperTest.php file core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php
IFrameUrlHelperTest::providerIsSecure function core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php Data provider for testIsSecure().
IFrameUrlHelperTest::testIsSecure function core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php Tests that isSecure() behaves properly.
IgnoreActiveTrailConstraint class core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraint.php Constraint on the ignore_active_trail configuration in system menu blocks.
IgnoreActiveTrailConstraint.php file core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraint.php
IgnoreActiveTrailConstraint::$message property core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraint.php The default violation message.
IgnoreActiveTrailConstraintValidator class core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraintValidator.php Validator for the IgnoreActiveTrail constraint.
IgnoreActiveTrailConstraintValidator.php file core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraintValidator.php
IgnoreActiveTrailConstraintValidator::validate function core/modules/system/src/Plugin/Validation/Constraint/IgnoreActiveTrailConstraintValidator.php
IgnoredWorkspaceHandler class core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php Defines a handler for entity types that are ignored by workspaces.
IgnoredWorkspaceHandler.php file core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php
IgnoredWorkspaceHandler::createInstance function core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php Instantiates a new instance of this entity handler.
IgnoredWorkspaceHandler::isEntitySupported function core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php Determines if an entity should be tracked in a workspace.
IHaveRuntimeContexts class core/modules/layout_builder/tests/modules/layout_builder_test/src/ContextProvider/IHaveRuntimeContexts.php Defines a class for a fake context provider.
IHaveRuntimeContexts class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/IHaveRuntimeContexts.php Defines a class for a context-aware block.
IHaveRuntimeContexts.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/ContextProvider/IHaveRuntimeContexts.php
IHaveRuntimeContexts.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/IHaveRuntimeContexts.php
IHaveRuntimeContexts::build function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/IHaveRuntimeContexts.php Builds and returns the renderable array for this block plugin.
IHaveRuntimeContexts::getAvailableContexts function core/modules/layout_builder/tests/modules/layout_builder_test/src/ContextProvider/IHaveRuntimeContexts.php Gets all available contexts for the purposes of configuration.
IHaveRuntimeContexts::getRuntimeContexts function core/modules/layout_builder/tests/modules/layout_builder_test/src/ContextProvider/IHaveRuntimeContexts.php Gets runtime context values for the given context IDs.
Image toolkits group core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Functions for image file manipulations.
image-crop-summary.html.twig file core/themes/stable9/templates/admin/image-crop-summary.html.twig Theme override for a summary of an image crop effect.
image-crop-summary.html.twig file core/modules/image/templates/image-crop-summary.html.twig Default theme implementation for a summary of an image crop effect.
image-preview.css file core/themes/claro/css/components/image-preview.css Image preview component.
image-preview.css file core/themes/default_admin/css/components/image-preview.css Image preview component.
image-preview.css file core/themes/admin/css/components/image-preview.css Image preview component.

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