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
DuplicateInfoFileValidator class core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php Validates the stage does not have duplicate info.yml not present in active.
DuplicateInfoFileValidator.php file core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php
DuplicateInfoFileValidator::findInfoFiles function core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php Recursively finds info.yml files in a directory.
DuplicateInfoFileValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php
DuplicateInfoFileValidator::validate function core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php Validates the stage does not have duplicate info.yml not present in active.
DuplicateInfoFileValidator::__construct function core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php
DuplicateInfoFileValidatorTest class core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php Tests Duplicate Info File Validator.
DuplicateInfoFileValidatorTest.php file core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php
DuplicateInfoFileValidatorTest::createFileAtPath function core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php Creates the file at the root directory.
DuplicateInfoFileValidatorTest::providerDuplicateInfoFilesInStage function core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php Data provider for testDuplicateInfoFilesInStage.
DuplicateInfoFileValidatorTest::testDuplicateInfoFilesInStage function core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php Tests that duplicate info.yml in stage raise an error.
DynamicLocalTasks::$basePluginId property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The base plugin ID.
EditDetails::getFormId function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns a unique string identifying the form.
Editor::$id property core/modules/editor/src/Annotation/Editor.php The plugin ID.
Editor::getValidStreamWrappers function core/modules/editor/src/Entity/Editor.php Computes all valid choices for the "image_upload.scheme" setting.
Editor::id function core/modules/editor/src/Entity/Editor.php Gets the identifier.
EditorBase::validateConfigurationForm function core/modules/editor/src/Plugin/EditorBase.php Form validation handler.
EditorConfigEntityUnitTest::$editorId property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php Editor plugin ID.
EditorConfigEntityUnitTest::$entityTypeId property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The ID of the type of the entity under test.
EditorConfigEntityUnitTest::$uuid property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The UUID generator used for testing.
EditorResourceTestBase::$entityTypeId property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The tested entity type.
EditorSecurityTest::testEditorXssFilterOverride function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests the standard text editor XSS filter being overridden.
EditorTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EditorTest.php The tested entity type.
EditorValidationTest class core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validation of editor entities.
EditorValidationTest.php file core/modules/editor/tests/src/Kernel/EditorValidationTest.php
EditorValidationTest::$modules property core/modules/editor/tests/src/Kernel/EditorValidationTest.php Modules to install.
EditorValidationTest::$propertiesWithRequiredKeys property core/modules/editor/tests/src/Kernel/EditorValidationTest.php The config entity mapping properties with >=1 required keys.
EditorValidationTest::setUp function core/modules/editor/tests/src/Kernel/EditorValidationTest.php
EditorValidationTest::testImageUploadSettingsAreDynamicallyRequired function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Test validation when dynamically changing image upload settings.
EditorValidationTest::testImageUploadSettingsValidation function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests image upload settings validation.
EditorValidationTest::testImmutableProperties function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests that immutable properties cannot be changed.
EditorValidationTest::testInvalidDependencies function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests that validation fails if config dependencies are invalid.
EditorValidationTest::testInvalidFormat function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validating an editor with a non-existent `format`.
EditorValidationTest::testInvalidPluginId function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validating an editor with an unknown plugin ID.
EditorValidationTest::testLabelValidation function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validation of config entity's label.
EditorValidationTest::testRequiredPropertyKeysMissing function core/modules/editor/tests/src/Kernel/EditorValidationTest.php A property that is required must have a value (i.e. not NULL).
EditorValidationTest::testRequiredPropertyValuesMissing function core/modules/editor/tests/src/Kernel/EditorValidationTest.php A property that is required must have a value (i.e. not NULL).
editor_form_filter_admin_format_validate function core/modules/editor/editor.module Additional validate handler for filter_format_form().
ElementInfoManager::getCid function core/lib/Drupal/Core/Render/ElementInfoManager.php Returns the CID used to cache the element info.
ElementInfoManagerTest::providerTestGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Provides tests data for testGetInfoElementPlugin().
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Returns a unique string identifying the form.
ElementsFieldsetTest::validateForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form validation handler.
ElementTest::dataProviderIsRenderArray function core/tests/Drupal/Tests/Core/Render/ElementTest.php
ElementTest::providerTestIsEmpty function core/tests/Drupal/Tests/Core/Render/ElementTest.php
ElementTest::providerTestSetAttributes function core/tests/Drupal/Tests/Core/Render/ElementTest.php Data provider for testSetAttributes().
ElementTest::providerVisibleChildren function core/tests/Drupal/Tests/Core/Render/ElementTest.php Data provider for testVisibleChildren.
ElementTest::testInvalidChildren function core/tests/Drupal/Tests/Core/Render/ElementTest.php Tests the children() method with an invalid key.
ElementTest::testWrapperIds function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests wrapper ids for checkboxes and radios.
ElementValidationTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php Various tests of AJAX behavior.
ElementValidationTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php

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