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. Other projects
Title Object type File name Summary
WidgetBaseInterface::setWidgetState function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Stores processing information about the widget in $form_state.
WidgetInterface interface core/lib/Drupal/Core/Field/WidgetInterface.php Interface definition for field widget plugins.
WidgetInterface.php file core/lib/Drupal/Core/Field/WidgetInterface.php
WidgetInterface::errorElement function core/lib/Drupal/Core/Field/WidgetInterface.php Assigns a field-level validation error to the right widget sub-element.
WidgetInterface::formElement function core/lib/Drupal/Core/Field/WidgetInterface.php Returns the form for a single field widget.
WidgetInterface::isApplicable function core/lib/Drupal/Core/Field/WidgetInterface.php Returns if the widget can be used for the provided field.
WidgetInterface::massageFormValues function core/lib/Drupal/Core/Field/WidgetInterface.php Massages the form values into the format expected for field values.
WidgetInterface::settingsForm function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a form to configure settings for the widget.
WidgetInterface::settingsSummary function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a short summary for the current widget settings.
WidgetOverflowTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetOverflowTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetOverflowTest::$image property core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php The test image file.
WidgetOverflowTest::providerWidgetOverflow function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Data provider for ::testWidgetOverflow() and ::testUnlimitedCardinality().
WidgetOverflowTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetOverflowTest::testUnlimitedCardinality function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that unlimited fields' selection count is not constrained.
WidgetOverflowTest::testWidgetOverflow function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that the Media Library constrains the number of selected items.
WidgetOverflowTest::uploadFiles function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Uploads multiple test images into the media library.
WidgetPluginManager class core/lib/Drupal/Core/Field/WidgetPluginManager.php Plugin type manager for field widgets.
WidgetPluginManager.php file core/lib/Drupal/Core/Field/WidgetPluginManager.php
WidgetPluginManager::$fieldTypeManager property core/lib/Drupal/Core/Field/WidgetPluginManager.php The field type manager to define field.
WidgetPluginManager::$widgetOptions property core/lib/Drupal/Core/Field/WidgetPluginManager.php An array of widget options for each field type.
WidgetPluginManager::createInstance function core/lib/Drupal/Core/Field/WidgetPluginManager.php
WidgetPluginManager::getDefaultSettings function core/lib/Drupal/Core/Field/WidgetPluginManager.php Returns the default settings of a field widget.
WidgetPluginManager::getInstance function core/lib/Drupal/Core/Field/WidgetPluginManager.php Overrides PluginManagerBase::getInstance().
WidgetPluginManager::getOptions function core/lib/Drupal/Core/Field/WidgetPluginManager.php Returns an array of widget type options for a field type.
WidgetPluginManager::prepareConfiguration function core/lib/Drupal/Core/Field/WidgetPluginManager.php Merges default values for widget configuration.
WidgetPluginManager::__construct function core/lib/Drupal/Core/Field/WidgetPluginManager.php Constructs a WidgetPluginManager object.
WildcardConfigActionsTest::testCreateForEachValidatesCreatedEntities function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEach action validates the config it creates.
WildcardConfigActionsTest::testInvalidExpression function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that an invalid wildcard expression will raise an error.
Workflow::$id property core/modules/workflows/src/Entity/Workflow.php The Workflow ID.
WorkflowAccessControlHandlerTest::checkAccessProvider function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Data provider for ::testCheckAccess.
WorkflowEditForm::validateForm function core/modules/workflows/src/Form/WorkflowEditForm.php Form validation handler.
WorkflowListBuilder::getFormId function core/modules/workflows/src/WorkflowListBuilder.php
WorkflowResourceTestBase::$entityTypeId property core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php The tested entity type.
WorkflowStateAddForm::getFormId function core/modules/workflows/src/Form/WorkflowStateAddForm.php Returns a unique string identifying the form.
WorkflowStateAddForm::validateForm function core/modules/workflows/src/Form/WorkflowStateAddForm.php Form validation handler.
WorkflowStateDeleteForm::$stateId property core/modules/workflows/src/Form/WorkflowStateDeleteForm.php The state being deleted.
WorkflowStateDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns a unique string identifying the form.
WorkflowStateEditForm::$stateId property core/modules/workflows/src/Form/WorkflowStateEditForm.php The ID of the state that is being edited.
WorkflowStateEditForm::getFormId function core/modules/workflows/src/Form/WorkflowStateEditForm.php Returns a unique string identifying the form.
WorkflowStateEditForm::validateForm function core/modules/workflows/src/Form/WorkflowStateEditForm.php Form validation handler.
WorkflowStateTransitionOperationsAccessCheckTest::invalidOperationNameTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testInvalidOperationName.
WorkflowStateTransitionOperationsAccessCheckTest::testInvalidOperationName function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers ::access[[api-linebreak]]
@dataProvider invalidOperationNameTestCases
WorkflowTest::testAddStateInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addState[[api-linebreak]]
WorkflowTest::testAddTransitionInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testNumericIdSorting function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests numeric IDs when added to a workflow.
WorkflowTransitionAddForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns a unique string identifying the form.
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form validation handler.
WorkflowTransitionDeleteForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The transition being deleted.
WorkflowTransitionDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a unique string identifying the form.

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