Search for method

  1. Search 7.x for method
  2. Search 9.5.x for method
  3. Search 8.9.x for method
  4. Search 10.3.x for method
  5. Search 11.x for method
  6. Other projects
Title Object type File name Summary
EntityMethodConfigActionsTest::testSet function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests set.
EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests setting multiple third party settings.
EntityMethodConfigActionsTest::testSetNestedProperty function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Test setting a nested property on a config entity.
EntityMethodConfigActionsTest::testSetPropertiesWillNotChangeEntityKeys function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests that the setProperties action refuses to modify entity IDs or UUIDs.
EntityMethodConfigActionsTest::testSetSingleThirdPartySetting function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests set single third party setting.
EntityMethodConfigActionsTest::testSetStatus function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests set status.
EntityMethodConfigActionsTest::testSimpleConfigUpdateFailsOnEntities function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests that the simpleConfigUpdate action cannot be used on entities.
EntityMethodDeriver class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Derives config action methods from attributed config entity methods.
EntityMethodDeriver.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php
EntityMethodDeriver::$inflector property core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Inflector to pluralize words.
EntityMethodDeriver::addDerivative function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Adds a derivative.
EntityMethodDeriver::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php
EntityMethodDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php
EntityMethodDeriver::processMethod function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Processes a method to create derivatives.
EntityMethodDeriver::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Constructs new EntityMethodDeriver.
EntityMethodException class core/lib/Drupal/Core/Config/Action/EntityMethodException.php @internal
This API is experimental.
EntityMethodException.php file core/lib/Drupal/Core/Config/Action/EntityMethodException.php
EntityResource::availableMethods function core/modules/rest/src/Plugin/rest/resource/EntityResource.php
EntityTestFieldMethods class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php Defines the test entity class.
EntityTestFieldMethods.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
EntityTestFieldMethods::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
EntityTranslationTest::doTestEntityLanguageMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the entity language method tests for the given entity type.
EntityTranslationTest::testEntityLanguageMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests language related methods of the Entity class.
EntityTypeTest::testConstraintMethods function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the constraint methods.
ExtendedDiscoveryInterface::otherMethod function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ExtendingNonInstalledClass::testMethod function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php Provides an empty test method for testing.
ExtensionStreamTest::providerStreamWrapperMethodsOnMissingExtensions function core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php Test cases for testing stream wrapper methods on missing extensions.
ExtensionStreamTest::testStreamWrapperMethods function core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php Tests the extension stream wrapper methods.
FakeSiteFixtureTest::testCallToComposerInspectorMethods function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests calls to ComposerInspector class methods.
FieldFieldTest::testGetValueMethod function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests \Drupal\views\Plugin\views\field\EntityField::getValue.
FieldItemList::delegateMethod function core/lib/Drupal/Core/Field/FieldItemList.php Calls a method on each FieldItem.
FileUploadTest::SKIP_METHODS constant core/modules/jsonapi/tests/src/Functional/FileUploadTest.php A list of test methods to skip.
FormState::$method property core/lib/Drupal/Core/Form/FormState.php The HTTP form method to use for finding the input for this form.
FormState::$requestMethod property core/lib/Drupal/Core/Form/FormState.php The HTTP method used by the request building or processing this form.
FormState::isMethodType function core/lib/Drupal/Core/Form/FormState.php
FormState::isRequestMethodSafe function core/lib/Drupal/Core/Form/FormState.php Checks whether the request method is a "safe" HTTP method.
FormState::setMethod function core/lib/Drupal/Core/Form/FormState.php
FormState::setRequestMethod function core/lib/Drupal/Core/Form/FormState.php
FormStateDecoratorBase::isMethodType function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBase::setMethod function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBase::setRequestMethod function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBaseTest::providerIsMethodType function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testIsMethodType().
FormStateDecoratorBaseTest::providerSetRequestMethod function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testSetMethod().
FormStateDecoratorBaseTest::testIsMethodType function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests is method type.
FormStateDecoratorBaseTest::testSetMethod function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests set method.
FormStateDecoratorBaseTest::testSetRequestMethod function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests set request method.
FormStateInterface::isMethodType function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the HTTP form method.
FormStateInterface::setMethod function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the HTTP method to use for the form's submission.
FormStateInterface::setRequestMethod function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the HTTP method used by the request that is building the form.
FormStateTest::providerTestIsMethodType function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Provides test data for testIsMethodType().

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