Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
ImageWidget class core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Plugin implementation of the 'image_image' widget.
ImageWidget.php file core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
ImageWidget::$imageFactory property core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php The image factory service.
ImageWidget::calculateDependencies function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Calculates dependencies for the configured plugin.
ImageWidget::defaultSettings function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Defines the default settings for this plugin.
ImageWidget::formElement function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Returns the form for a single field widget.
ImageWidget::formMultipleElements function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Overrides \Drupal\file\Plugin\Field\FieldWidget\FileWidget::formMultipleElements().
ImageWidget::onDependencyRemoval function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Informs the plugin that some configuration it depends on will be deleted.
ImageWidget::process function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Form API callback: Processes a image_image field element.
ImageWidget::settingsForm function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Returns a form to configure settings for the widget.
ImageWidget::settingsSummary function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Returns a short summary for the current widget settings.
ImageWidget::validateRequiredFields function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Validate callback for alt and title field, if the user wants them required.
ImageWidget::__construct function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php Constructs an ImageWidget object.
image_access_test_hidden.info.yml file core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml
image_access_test_hidden.module file core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.module Image field access for hidden fields.
image_access_test_hidden_entity_field_access function core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.module Implements hook_entity_field_access().
IMAGE_STORAGE_OVERRIDE constant core/modules/image/image.module Image style constant for user presets that override module-defined presets.
ImportForm::getFormId function core/modules/locale/src/Form/ImportForm.php Returns a unique string identifying the form.
ImportForm::validateForm function core/modules/locale/src/Form/ImportForm.php Form validation handler.
ImportOpmlTest::validateImportFormFields function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Submits form filled with invalid fields.
IncrementalForm::getFormId function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Returns a unique string identifying the form.
IndexTid class core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php Allow taxonomy term ID(s) as argument.
IndexTid.php file core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php
IndexTid::titleQuery function core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php Override for specific title lookups.
IndexTidDepth class core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Argument handler for taxonomy terms with depth.
IndexTidDepth.php file core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
IndexTidDepth::$termStorage property core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
IndexTidDepth::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Provide a form to edit options for this plugin.
IndexTidDepth::create function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Creates an instance of the plugin.
IndexTidDepth::defaultActions function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Override defaultActions() to remove summary actions.
IndexTidDepth::defineOptions function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Information about options for all kinds of purposes will be held here.
IndexTidDepth::query function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Set up the query for this argument.
IndexTidDepth::title function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Get the title this argument will assign the view, given the argument.
IndexTidDepth::__construct function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Constructs a Handler object.
IndexTidDepthModifier class core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Argument handler for to modify depth for a previous term.
IndexTidDepthModifier.php file core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php
IndexTidDepthModifier::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Provide a form to edit options for this plugin.
IndexTidDepthModifier::preQuery function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Run before the view is built.
IndexTidDepthModifier::query function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Set up the query for this argument.
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreIncompatibility().
InfoParserUnitTest::providerCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreVersionRequirementInvalid().
InfoParserUnitTest::testCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core_version_requirement'.
InfoParserUnitTest::testInvalidCore function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core' key.
InlineBlock::blockValidate function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
InlineBlockEntityOperations::getBlockIdsForRevisionIds function core/modules/layout_builder/src/InlineBlockEntityOperations.php Gets blocks IDs for an array of revision IDs.
InlineBlockEntityOperations::getPluginBlockId function core/modules/layout_builder/src/InlineBlockEntityOperations.php Gets a block ID for an inline block plugin.
InlineBlockEntityOperations::getRemovedBlockIds function core/modules/layout_builder/src/InlineBlockEntityOperations.php Gets the IDs of the inline blocks that were removed.
InlineBlockTest::layoutNoSaveProvider function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php Provides test data for ::testNoLayoutSave().
InlineBlockTestBase::getLatestBlockEntityId function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Gets the latest block entity id.
InlineFormErrorsServiceProvider class core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php Overrides the form_error_handler service to enable inline form errors.

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