Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Search 11.x for id
  6. Other projects
Title Object type File name Summary
FieldWebTest::clickSortLoadIdsFromOutput function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Small helper function to get all ids in the output.
FieldWidget class core/lib/Drupal/Core/Field/Annotation/FieldWidget.php Defines a FieldWidget annotation object.
FieldWidget class core/lib/Drupal/Core/Field/Attribute/FieldWidget.php Defines a FieldWidget attribute for plugin discovery.
FieldWidget.php file core/lib/Drupal/Core/Field/Attribute/FieldWidget.php
FieldWidget.php file core/lib/Drupal/Core/Field/Annotation/FieldWidget.php
FieldWidget::$class property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php The name of the widget class.
FieldWidget::$description property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php A short description of the widget type.
FieldWidget::$field_types property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php An array of field types the widget supports.
FieldWidget::$id property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php The plugin ID.
FieldWidget::$label property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php The human-readable name of the widget type.
FieldWidget::$multiple_values property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php Does the field widget handles multiple values at once.
FieldWidget::$weight property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php An integer to determine weight of this widget relative to other widgets.
FieldWidget::__construct function core/lib/Drupal/Core/Field/Attribute/FieldWidget.php Constructs a FieldWidget attribute.
FieldWidgetConstraint class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php Supports validating widget constraints.
FieldWidgetConstraint.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php
FieldWidgetConstraint::__construct function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php
FieldWidgetConstraintValidator class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php Validates the FieldWidgetConstraint constraint.
FieldWidgetConstraintValidator.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php
FieldWidgetConstraintValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php
FieldWidgetConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests validation constraints for FieldWidgetConstraintValidatorTest.
FieldWidgetConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
FieldWidgetConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Modules to install.
FieldWidgetConstraintValidatorTest::getErrorsForEntity function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Gets the form errors for a given entity.
FieldWidgetConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests entity level constraint validation.
FieldWidgetConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests widget constraint validation.
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests widget constraint validation with composite constraints.
file-video.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/themes/stable9/templates/field/file-video.html.twig Theme override to display the file entity as a video tag.
file-video.html.twig file core/themes/claro/templates/classy/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/themes/starterkit_theme/templates/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/modules/file/templates/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/themes/admin/templates/classy/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-widget-multiple.html.twig file core/themes/admin/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multiple file upload form widget.
file-widget-multiple.html.twig file core/modules/file/templates/file-widget-multiple.html.twig Default theme implementation to display a multi file form widget.
file-widget-multiple.html.twig file core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multi file form widget.
file-widget-multiple.html.twig file core/themes/claro/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multiple file upload form widget.
file-widget-multiple.html.twig file core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multi file form widget.
file.recursive_validator service core/modules/file/file.services.yml Symfony\Component\Validator\Validator\ValidatorInterface
file.recursive_validator_factory service core/modules/file/file.services.yml Drupal\file\Validation\RecursiveValidatorFactory
file.validator service core/modules/file/file.services.yml Drupal\file\Validation\FileValidator
File::getIds function core/modules/file/src/Plugin/migrate/source/d6/File.php Defines the source fields uniquely identifying a source row.
File::getIds function core/modules/file/src/Plugin/migrate/source/d7/File.php Defines the source fields uniquely identifying a source row.
File::invalidateTagsOnSave function core/modules/file/src/Entity/File.php Invalidates an entity's cache tags upon save.
FileCacheFactoryTest::configurationDataProvider function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Data provider for testGetConfigurationOverrides().
FileCacheFactoryTest::testGetConfigurationOverrides function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Tests get configuration overrides.
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::providerSuccessfulReuse function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Provides the source and destination path files.
FileEncodingConstraintValidator class core/modules/file/src/Plugin/Validation/Constraint/FileEncodingConstraintValidator.php Validates the file encoding constraint.
FileEncodingConstraintValidator.php file core/modules/file/src/Plugin/Validation/Constraint/FileEncodingConstraintValidator.php

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