Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 8.9.x for check
  4. Search 10.3.x for check
  5. Other projects
Title Object type File name Summary
FieldStorageCreateCheckDeprecationTest::register function core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php Registers test-specific services.
FieldStorageCreateCheckDeprecationTest::testFieldStorageCreateCheck function core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php Tests the field storage create check subscriber.
FieldStorageCreateCheckSubscriber class core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Response subscriber to field storage events.
FieldStorageCreateCheckSubscriber.php file core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
FieldStorageCreateCheckSubscriber::$schema property core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php The schema object for this connection.
FieldStorageCreateCheckSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Gets the subscribed events.
FieldStorageCreateCheckSubscriber::onFieldStorageDefinitionCreateEvent function core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Listener method for any field storage definition create event.
FieldStorageCreateCheckSubscriber::__construct function core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Constructs the FieldStorageCreateCheckSubscriber object.
FieldStorageCreateCheckTest class core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php Tests the field storage create check subscriber.
FieldStorageCreateCheckTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php
FieldStorageCreateCheckTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php Modules to load.
FieldStorageCreateCheckTest::testFieldStorageCreateCheck function core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php Tests the field storage create check subscriber.
FileAccessControlHandler::checkAccess function core/modules/file/src/FileAccessControlHandler.php Performs access checks.
FileAccessControlHandler::checkCreateAccess function core/modules/file/src/FileAccessControlHandler.php Performs create access checks.
FileAccessControlHandler::checkFieldAccess function core/modules/file/src/FileAccessControlHandler.php Default field access as determined by this access control handler.
FileFormatterBase::checkAccess function core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php Checks access to the given entity.
FileSystemRequirementsTest::checkSystemRequirements function core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Checks system runtime requirements.
FileTestAccessControlHandler::checkAccess function core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php Performs access checks.
FileTransfer::checkPath function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Checks that the path is inside the jail and throws an exception if not.
FileUpload::checkFileUploadAccess function core/modules/jsonapi/src/Controller/FileUpload.php Checks if the current user has access to upload the file.
FileUploadTest::testCheckFileUploadAccessWithBaseField function core/modules/jsonapi/tests/src/Kernel/Controller/FileUploadTest.php @covers ::checkFileUploadAccess[[api-linebreak]]
FilterAPITest::testCheckMarkupFilterOrder function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that the filter order is respected.
FilterAPITest::testCheckMarkupFilterSubset function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the ability to apply only a subset of filters.
FilterFormatAccessControlHandler::checkAccess function core/modules/filter/src/FilterFormatAccessControlHandler.php Performs access checks.
FilterNoFormatTest::testCheckMarkupNoFormat function core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests text without format.
form--checkbox-radio.css file core/themes/claro/css/components/form--checkbox-radio.css Checkbox and radio input elements.
form--checkbox-radio.pcss.css file core/themes/claro/css/components/form--checkbox-radio.pcss.css Checkbox and radio input elements.
FormModeAccessCheck class core/modules/field_ui/src/Access/FormModeAccessCheck.php Defines an access check for entity form mode routes.
FormModeAccessCheck.php file core/modules/field_ui/src/Access/FormModeAccessCheck.php
FormModeAccessCheck::$entityTypeManager property core/modules/field_ui/src/Access/FormModeAccessCheck.php The entity type manager.
FormModeAccessCheck::access function core/modules/field_ui/src/Access/FormModeAccessCheck.php Checks access to the form mode.
FormModeAccessCheck::__construct function core/modules/field_ui/src/Access/FormModeAccessCheck.php Creates a new FormModeAccessCheck.
FormState::$programmed_bypass_access_check property core/lib/Drupal/Core/Form/FormState.php
FormState::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormState.php Determines if this form submission should bypass #access.
FormState::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormState.php Sets if this form submission should bypass #access.
FormStateDecoratorBase::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if this form submission should bypass #access.
FormStateDecoratorBase::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets if this form submission should bypass #access.
FormStateDecoratorBaseTest::testIsBypassingProgrammedAccessChecks function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isBypassingProgrammedAccessChecks[[api-linebreak]]
FormStateDecoratorBaseTest::testSetProgrammedBypassAccessCheck function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setProgrammedBypassAccessCheck[[api-linebreak]]
FormStateInterface::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if this form submission should bypass #access.
FormStateInterface::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateInterface.php Sets if this form submission should bypass #access.
FormTest::testCheckboxProcessing function core/modules/system/tests/src/Functional/Form/FormTest.php Tests default value handling for checkboxes.
FormTest::testRequiredCheckboxesRadio function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation for required checkbox, select, and radio elements.
FormTestCheckboxesRadiosForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor to test expansion of #type checkboxes and radios.
FormTestCheckboxesRadiosForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
FormTestCheckboxesRadiosForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor.
FormTestCheckboxesRadiosForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Returns a unique string identifying the form.
FormTestCheckboxesRadiosForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form submission handler.
FormTestCheckboxesZeroForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Tests checkboxes zero.
FormTestCheckboxesZeroForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php

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