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. Other projects
Title Object type File name Summary
ConfigEntityUnitTest::testStorageMethods function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php Tests storage methods.
ConfigurableLanguageManager::$negotiatedMethods property core/modules/language/src/ConfigurableLanguageManager.php An array of language negotiation method IDs keyed by language type.
ConfigurableLanguageManager::getNegotiatedLanguageMethod function core/modules/language/src/ConfigurableLanguageManager.php Gets the negotiated language method ID.
ConfigurableLanguageManagerInterface::getNegotiatedLanguageMethod function core/modules/language/src/ConfigurableLanguageManagerInterface.php Gets the negotiated language method ID.
ContactMessageResource::availableMethods function core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php Returns the available HTTP request methods on this plugin.
ContentEntityFieldMethodInvocationOrderTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php Tests correct field method invocation order.
ContentEntityFieldMethodInvocationOrderTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php
ContentEntityFieldMethodInvocationOrderTest::$entityTestFieldMethodsStorage property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php The EntityTest entity type storage.
ContentEntityFieldMethodInvocationOrderTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php Modules to enable.
ContentEntityFieldMethodInvocationOrderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php
ContentEntityFieldMethodInvocationOrderTest::testFieldMethodInvocationOrder function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php Tests correct field method invocation order.
ContentEntityStorageBase::invokeFieldMethod function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes a method on the Field objects within an entity.
DeprecatedController::deprecatedMethod function core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Controller callback.
DeprecatedElementTest::testDeprecatedStaticMethods function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Test use of static methods trigger deprecations.
DialogTest::testHttpMethod function core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php Tests dialog link opener with different HTTP methods.
DocParser::MethodCall function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php MethodCall ::= ["(" [Values] ")"]
DocParserTest::testTypicalMethodDocBlock function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group debug
DuplicatePluralizedMethodName class core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php Test entity class.
DuplicatePluralizedMethodName.php file core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php
DuplicatePluralizedMethodName::testMethod function core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php
DuplicatePluralizedOtherMethodName class core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php Test entity class.
DuplicatePluralizedOtherMethodName.php file core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php
DuplicatePluralizedOtherMethodName::testMethod function core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php
DuplicatePluralizedOtherMethodName::testMethod2 function core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php
EntityMethod class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Makes config entity methods with the ActionMethod attribute into actions.
EntityMethod.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php
EntityMethod::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the config action.
EntityMethod::applyPluralized function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the action to entity treating the $values array as multiple calls.
EntityMethod::applySingle function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the action to entity treating the $values array a single call.
EntityMethod::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Creates an instance of the plugin.
EntityMethod::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Constructs a EntityMethod object.
EntityMethodConfigActionsTest class core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @group Recipe
EntityMethodConfigActionsTest.php file core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Modules to enable.
EntityMethodConfigActionsTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::testSetSingleThirdPartySetting function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
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 Creates a new class instance.
EntityMethodDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Gets the definition of all derivatives of a base plugin.
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 Returns the available HTTP request methods on this plugin.
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

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