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
FieldType::$id property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID.
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.
FieldUiTestTrait::fieldUIDeleteField function core/modules/field_ui/src/Tests/FieldUiTestTrait.php Deletes a field through the Field UI.
FieldWidget class core/lib/Drupal/Core/Field/Annotation/FieldWidget.php Defines a FieldWidget annotation object.
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 the weight of this widget relative to other widgets
in the Field UI when selecting a widget for a given field.
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 @covers ::get[[api-linebreak]]
FileCckTest::getFieldTypeProvider function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php Data provider for testGetFieldType().
FileCckTest::getFieldTypeProvider function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php Data provider for testGetFieldType().
FileField::getFieldWidgetMap function core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php Get a map between D6 and D8 widgets for this field type.
FileField::getFieldWidgetMap function core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php Get a map between D6 and D8 widgets for this field type.
FileFieldTestBase::getLastFileId function core/modules/file/src/Tests/FileFieldTestBase.php Retrieves the fid of the last inserted file.
FileSystem::validScheme function core/lib/Drupal/Core/File/FileSystem.php Checks that the scheme of a stream URI is valid.
FileSystemInterface::validScheme function core/lib/Drupal/Core/File/FileSystemInterface.php Checks that the scheme of a stream URI is valid.
FileTransferAuthorizeForm::getFormId function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Returns a unique string identifying the form.
FileTransferAuthorizeForm::validateForm function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Form validation handler.
file_stream_wrapper_valid_scheme function core/includes/file.inc Checks that the scheme of a stream URI is valid.
file_valid_uri function core/includes/file.inc Determines whether the URI has a valid scheme for file API operations.
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().
FormattableMarkupTest::providerTestUnexpectedPlaceholder function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php Data provider for FormattableMarkupTest::testUnexpectedPlaceholder().
FormBase::validateForm function core/lib/Drupal/Core/Form/FormBase.php Form validation handler.
FormBuilder::$formValidator property core/lib/Drupal/Core/Form/FormBuilder.php The form validator.
FormBuilder::executeValidateHandlers function core/lib/Drupal/Core/Form/FormBuilder.php Executes custom validation handlers for a given form.
FormBuilder::getFormId function core/lib/Drupal/Core/Form/FormBuilder.php Determines the ID of a form.
FormBuilder::setInvalidTokenError function core/lib/Drupal/Core/Form/FormBuilder.php Sets a form_token error on the given form state.
FormBuilder::validateForm function core/lib/Drupal/Core/Form/FormBuilder.php Validates user-submitted form data in the $form_state.
FormBuilderInterface::getFormId function core/lib/Drupal/Core/Form/FormBuilderInterface.php Determines the ID of a form.
FormElement::validatePattern function core/lib/Drupal/Core/Render/Element/FormElement.php #element_validate callback for #pattern form element property.
FormInterface::getFormId function core/lib/Drupal/Core/Form/FormInterface.php Returns a unique string identifying the form.
FormInterface::validateForm function core/lib/Drupal/Core/Form/FormInterface.php Form validation handler.
FormState::$invalidToken property core/lib/Drupal/Core/Form/FormState.php If set to TRUE the form will skip calling form element value callbacks,
except for a select list of callbacks provided by Drupal core that are
known to be safe.
FormState::$limit_validation_errors property core/lib/Drupal/Core/Form/FormState.php Stores which errors should be limited during validation.
FormState::$must_validate property core/lib/Drupal/Core/Form/FormState.php Ordinarily, a form is only validated once, but there are times when a form
is resubmitted internally and should be validated again. Setting this to
TRUE will force that to happen. This is most likely to occur during Ajax
operations.
FormState::$validate_handlers property core/lib/Drupal/Core/Form/FormState.php Stores the gathered validation handlers.
FormState::$validation_complete property core/lib/Drupal/Core/Form/FormState.php Tracks if the form has finished validation.
FormState::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Retrieves the limited validation error sections.
FormState::getValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the validate handlers.
FormState::hasInvalidToken function core/lib/Drupal/Core/Form/FormState.php Determines if the form has an invalid token.
FormState::isValidationComplete function core/lib/Drupal/Core/Form/FormState.php Determines if validation has been completed.
FormState::isValidationEnforced function core/lib/Drupal/Core/Form/FormState.php Checks if validation is enforced.
FormState::setInvalidToken function core/lib/Drupal/Core/Form/FormState.php Flags the form state as having or not an invalid token.
FormState::setLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Sets the limited validation error sections.

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