Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
IconPackExtractorFormTest::testSubmitConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::submitConfigurationForm method.
IconPackExtractorFormTest::testValidateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::validateConfigurationForm method.
IconPackManager::$validator property core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php The schema validator.
IconPackManager::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Retrieve extractor default options.
IconPackManager::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Retrieve extractor forms based on the provided icon set limit.
IconPackManager::setValidator function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Sets the validator service if available.
IconPackManagerInterface::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor default options.
IconPackManagerInterface::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor forms based on the provided icon set limit.
IconPackManagerKernelTest::EXPECTED_TOTAL_TEST_ICONS constant core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php
IconPackManagerKernelTest::testConstructor function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::_construct method.
IconPackManagerKernelTest::testGetExtractorFormDefaults function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorFormDefault method.
IconPackManagerKernelTest::testGetExtractorPluginForms function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithAllowed function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithDefault function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method with default.
IdAuditor class core/modules/migrate/src/Audit/IdAuditor.php Audits migrations that create content entities in the destination system.
IdAuditor.php file core/modules/migrate/src/Audit/IdAuditor.php
IdAuditor::audit function core/modules/migrate/src/Audit/IdAuditor.php Audits a migration.
IdAuditor::auditEntityComplete function core/modules/migrate/src/Audit/IdAuditor.php Audits an EntityComplete migration.
IdAuditor::auditMultiple function core/modules/migrate/src/Audit/IdAuditor.php Audits a set of migrations.
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
Image toolkits group core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Functions for image file manipulations.
image.factory service core/core.services.yml Drupal\Core\Image\ImageFactory
image.toolkit.manager service core/core.services.yml Drupal\Core\ImageToolkit\ImageToolkitManager
image.toolkit.operation.manager service core/core.services.yml Drupal\Core\ImageToolkit\ImageToolkitOperationManager
Image::$editorImageUploadSettings property core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php The image upload settings service.
Image::$imageFactory property core/modules/media/src/Plugin/media/Source/Image.php The image factory service.
Image::$toolkit property core/lib/Drupal/Core/Image/Image.php An image toolkit object.
Image::getToolkit function core/lib/Drupal/Core/Image/Image.php Returns the image toolkit used for this image file.
Image::getToolkitId function core/lib/Drupal/Core/Image/Image.php Returns the ID of the image toolkit used for this image file.
ImageButton class core/lib/Drupal/Core/Render/Element/ImageButton.php Provides a form element for a submit button with an image.
ImageButton.php file core/lib/Drupal/Core/Render/Element/ImageButton.php
ImageButton::getInfo function core/lib/Drupal/Core/Render/Element/ImageButton.php Returns the element properties for this element.
ImageButton::preRenderButton function core/lib/Drupal/Core/Render/Element/ImageButton.php Prepares a #type 'button' render element for input.html.twig.
ImageButton::valueCallback function core/lib/Drupal/Core/Render/Element/ImageButton.php Determines how user input is mapped to an element's #value property.
ImageDeprecationTest::testToolkitArgumentInImageToolkitOperationConstructor function core/tests/Drupal/Tests/Core/Image/ImageDeprecationTest.php Tests ImageToolkitOperationBase::__construct().
ImageFactory class core/lib/Drupal/Core/Image/ImageFactory.php Provides a factory for image objects.
ImageFactory.php file core/lib/Drupal/Core/Image/ImageFactory.php
ImageFactory::$toolkitId property core/lib/Drupal/Core/Image/ImageFactory.php The image toolkit ID to use for this factory.
ImageFactory::$toolkitManager property core/lib/Drupal/Core/Image/ImageFactory.php The image toolkit plugin manager.
ImageFactory::get function core/lib/Drupal/Core/Image/ImageFactory.php Constructs a new Image object.
ImageFactory::getSupportedExtensions function core/lib/Drupal/Core/Image/ImageFactory.php Returns the image file extensions supported by the toolkit.
ImageFactory::getToolkitId function core/lib/Drupal/Core/Image/ImageFactory.php Gets the ID of the image toolkit currently in use.
ImageFactory::setToolkitId function core/lib/Drupal/Core/Image/ImageFactory.php Sets the ID of the image toolkit.
ImageFactory::__construct function core/lib/Drupal/Core/Image/ImageFactory.php Constructs a new ImageFactory object.
ImageFormatter::$fileUrlGenerator property core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php The file URL generator.
ImageFormatter::$imageStyleStorage property core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php The image style entity storage.
ImageFormatterBase::getEntitiesToView function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php Returns the referenced entities for display.
ImageHooks::fieldStorageConfigDelete function core/modules/image/src/Hook/ImageHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.

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