Search for operation

  1. Search 7.x for operation
  2. Search 8.9.x for operation
  3. Search 10.3.x for operation
  4. Search 11.x for operation
  5. Other projects
Title Object type File name Summary
EntityOperationsUnitTest::$plugin property core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php The plugin under test.
EntityOperationsUnitTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::__construct[[api-linebreak]]
EntityOperationsUnitTest::testDefineOptions function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::defineOptions[[api-linebreak]]
EntityOperationsUnitTest::testRenderWithDestination function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::render[[api-linebreak]]
EntityOperationsUnitTest::testRenderWithoutDestination function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::render[[api-linebreak]]
EntityOperationsUnitTest::testRenderWithoutEntity function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::render[[api-linebreak]]
EntityOperationsUnitTest::testUsesGroupBy function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::usesGroupBy[[api-linebreak]]
EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION constant core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php
EntityTestAccessControlHandler::$viewLabelOperation property core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Allows to grant access to just the labels.
EntityTypeManagerTest::testGetFormObjectInvalidOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method with an invalid operation.
entity_test_entity_operation_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_operation_alter().
entity_test_operation.info.yml file core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml
entity_test_operation.module file core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module Contains hook implementations for Entity Operation Test Module.
entity_test_operation_entity_operation function core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module Implements hook_entity_operation().
FieldConfigListBuilder::getDefaultOperations function core/modules/field_ui/src/FieldConfigListBuilder.php
FieldEntityOperationsTest class core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Tests the core Drupal\views\Plugin\views\field\EntityOperations handler.
FieldEntityOperationsTest.php file core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
FieldEntityOperationsTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
FieldEntityOperationsTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Modules to enable.
FieldEntityOperationsTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Views used by this test.
FieldEntityOperationsTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
FieldEntityOperationsTest::testEntityOperations function core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php Tests entity operations field.
FieldStorageConfigAccessControlHandlerTest::assertAllowOperations function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Assert method to verify the access by operations.
field_ui_entity_operation function core/modules/field_ui/field_ui.module Implements hook_entity_operation().
FileTransferAuthorizeForm::runOperation function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Runs the operation specified in 'authorize_operation' session property.
FilterFormatListBuilder::getDefaultOperations function core/modules/filter/src/FilterFormatListBuilder.php
FormOperations class core/modules/workspaces/src/FormOperations.php Defines a class for reacting to form operations.
FormOperations.php file core/modules/workspaces/src/FormOperations.php
FormOperations::$workspaceManager property core/modules/workspaces/src/FormOperations.php The workspace manager service.
FormOperations::addWorkspaceValidation function core/modules/workspaces/src/FormOperations.php Adds our validation handler recursively on each element of a form.
FormOperations::create function core/modules/workspaces/src/FormOperations.php
FormOperations::formAlter function core/modules/workspaces/src/FormOperations.php Alters forms to disallow editing in non-default workspaces.
FormOperations::validateDefaultWorkspace function core/modules/workspaces/src/FormOperations.php Validation handler which sets a validation error for all unsupported forms.
FormOperations::__construct function core/modules/workspaces/src/FormOperations.php Constructs a new FormOperations instance.
GDImageToolkitOperationBase class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
GDImageToolkitOperationBase.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
GDImageToolkitOperationBase::getToolkit function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php The correctly typed image toolkit for GD operations.
Handler::createScaffoldOperations function composer/Plugin/Scaffold/Handler.php Creates scaffold operation objects for all items in the file mappings.
hook_entity_operation function core/lib/Drupal/Core/Entity/entity.api.php Declares entity operations.
hook_entity_operation_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter entity operations.
hook_language_fallback_candidates_OPERATION_alter function core/modules/language/language.api.php Allow modules to alter the fallback candidates for specific operations.
HTMLRestrictions::applyOperation function core/modules/ckeditor5/src/HTMLRestrictions.php Applies an operation (difference/intersection/union) with wildcard support.
HTMLRestrictionsTest::testOperations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php @covers ::diff()[[api-linebreak]]
@covers ::intersect()[[api-linebreak]]
@covers ::merge()[[api-linebreak]]
@dataProvider providerOperands
image.toolkit.operation.manager service core/core.services.yml Drupal\Core\ImageToolkit\ImageToolkitOperationManager
ImageStyleListBuilder::getDefaultOperations function core/modules/image/src/ImageStyleListBuilder.php
ImageTest::$toolkitOperation property core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocked image toolkit operation.
ImageTest::getTestImageForOperation function core/tests/Drupal/Tests/Core/Image/ImageTest.php Get an image with mocked toolkit and operation, for operation testing.
ImageTest::getToolkitOperationMock function core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocks a toolkit operation.
ImageToolkitBase::$operationManager property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The image toolkit operation manager.
ImageToolkitBase::getToolkitOperation function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets a toolkit operation plugin instance.

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