Search for object

  1. Search 7.x for object
  2. Search 9.5.x for object
  3. Search 8.9.x for object
  4. Search 10.3.x for object
  5. Other projects
Title Object type File name Summary
EarlyRenderingTestController::domainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EntityAccessChecker::getAccessCheckedResourceObject function core/modules/jsonapi/src/Access/EntityAccessChecker.php Get the object to normalize and the access based on the provided entity.
EntityAccessCheckTest::createRouteMatchForObject function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Wrap any object with a route match, and return that.
EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects function core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Builds the normalized JSON:API error objects for the response.
EntityContextDefinition::getConstraintObjects function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php Extracts an array of constraints for a context definition object.
EntityTranslationTest::testTranslationObjectCache function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the translation object cache.
EntityTypeManager::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new form instance.
EntityTypeManagerInterface::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new form instance.
EntityTypeManagerTest::provideFormObjectInvalidOperationData function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetFormObjectInvalidOperation().
EntityTypeManagerTest::testGetFormObject function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method.
EntityTypeManagerTest::testGetFormObjectInvalidOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method with an invalid operation.
ExecutionContext::$object property core/lib/Drupal/Core/Validation/ExecutionContext.php The currently validated object.
ExecutionContext::$validatedObjects property core/lib/Drupal/Core/Validation/ExecutionContext.php Stores which objects have been validated in which group.
ExecutionContext::getObject function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::isObjectInitialized function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::markObjectAsInitialized function core/lib/Drupal/Core/Validation/ExecutionContext.php
FetchTest::testQueryFetchObject function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record to an object explicitly.
FetchTest::testQueryFetchObjectClass function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record into a class using fetchObject.
FetchTest::testQueryFetchObjectClassNoConstructorArgs function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record into a class without constructor args.
FormBuilderTest::testBuildFormWithObject function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the buildForm() method with a form object.
FormBuilderTest::testGetFormIdWithObject function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a form object.
FormBuilderTest::testGetFormWithObject function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getForm() method with a form object.
FormController::getFormObject function core/lib/Drupal/Core/Controller/FormController.php Returns the object used to build the form.
FormObjectTest class core/modules/system/tests/src/Functional/Form/FormObjectTest.php Tests building a form from an object.
FormObjectTest class core/modules/system/tests/src/Kernel/Form/FormObjectTest.php Tests building a form from an object.
FormObjectTest.php file core/modules/system/tests/src/Functional/Form/FormObjectTest.php
FormObjectTest.php file core/modules/system/tests/src/Kernel/Form/FormObjectTest.php
FormObjectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/FormObjectTest.php The theme to install as the default for testing.
FormObjectTest::$modules property core/modules/system/tests/src/Functional/Form/FormObjectTest.php Modules to install.
FormObjectTest::$modules property core/modules/system/tests/src/Kernel/Form/FormObjectTest.php Modules to install.
FormObjectTest::setUp function core/modules/system/tests/src/Kernel/Form/FormObjectTest.php
FormObjectTest::testObjectFormCallback function core/modules/system/tests/src/Functional/Form/FormObjectTest.php Tests using an object as the form callback.
FormState::getFormObject function core/lib/Drupal/Core/Form/FormState.php Returns the form object that is responsible for building this form.
FormState::setFormObject function core/lib/Drupal/Core/Form/FormState.php Sets the form object that is responsible for building this form.
FormStateDecoratorBase::getFormObject function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Returns the form object that is responsible for building this form.
FormStateDecoratorBase::setFormObject function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the form object that is responsible for building this form.
FormStateDecoratorBaseTest::testGetFormObject function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getFormObject
FormStateDecoratorBaseTest::testSetFormObject function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setFormObject
FormStateInterface::getFormObject function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the form object that is responsible for building this form.
FormStateInterface::setFormObject function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the form object that is responsible for building this form.
FormSubmitterTest::testRedirectWithResponseObject function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests the redirectForm() method with a response object.
FormTestArgumentsObject class core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Provides a test form object that needs arguments.
FormTestArgumentsObject.php file core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
FormTestArgumentsObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form constructor.
FormTestArgumentsObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Gets the configuration names that will be editable.
FormTestArgumentsObject::getFormId function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Returns a unique string identifying the form.
FormTestArgumentsObject::submitForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form submission handler.

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