Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
TestThemeNegotiator class core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Tests the theme negotiation functionality.
TestThemeNegotiator.php file core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php
TestThemeNegotiator::applies function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
TestThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Determine the active theme for the request.
TestTime class core/modules/update/tests/modules/update_test/src/Datetime/TestTime.php Test service for altering the request time.
TestTime.php file core/modules/update/tests/modules/update_test/src/Datetime/TestTime.php
TestTime::getRequestTime function core/modules/update/tests/modules/update_test/src/Datetime/TestTime.php Returns the timestamp for the current request.
TestToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Defines a Test toolkit for image manipulation within Drupal.
TestToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::$height property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The height of the image.
TestToolkit::$state property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The state service.
TestToolkit::$type property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG).
TestToolkit::$width property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The width of the image.
TestToolkit::apply function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Applies a toolkit operation to an image.
TestToolkit::buildConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form constructor.
TestToolkit::create function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Creates an instance of the plugin.
TestToolkit::getHeight function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the height of the image.
TestToolkit::getMimeType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the MIME type of the image file.
TestToolkit::getSupportedExtensions function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns a list of image file extensions supported by the toolkit.
TestToolkit::getType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the type of the image.
TestToolkit::getWidth function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the width of the image.
TestToolkit::isAvailable function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Verifies that the Image Toolkit is set up correctly.
TestToolkit::isValid function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Checks if the image is valid.
TestToolkit::logCall function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Stores the values passed to a toolkit call.
TestToolkit::parseFile function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Determines if a file contains a valid image.
TestToolkit::save function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Writes an image resource to a destination file.
TestToolkit::setType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Sets the PHP type of the image.
TestToolkit::submitConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form submission handler.
TestToolkit::supportedTypes function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns a list of image types supported by the toolkit.
TestToolkit::validateConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form validation handler.
TestToolkit::__construct function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Constructs a TestToolkit object.
TestTrait trait core/modules/system/tests/src/Traits/TestTrait.php A nothing trait, but declared in the Drupal\Tests namespace.
TestTrait.php file core/modules/system/tests/src/Traits/TestTrait.php
TestTrait::$stuff property core/modules/system/tests/src/Traits/TestTrait.php Random string for a not very interesting trait.
TestTrait::getStuff function core/modules/system/tests/src/Traits/TestTrait.php Return a test string to a trait user.
TestTranslation class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php Provides test media source.
TestTranslation.php file core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php
TestTranslation::getMetadata function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php Gets the value for a metadata attribute for a given media item.
TestTranslationManager class core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php
TestTranslationManager class core/modules/user/tests/src/Unit/PermissionHandlerTest.php Implements a translation manager in tests.
TestTranslationManager::formatPlural function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Formats a string containing a count of items.
TestTranslationManager::translate function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Translates a string to the current language or to a given language.
TestTranslationManager::translateString function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Translates a TranslatableMarkup object to a string.
TestTranslationManager::__construct function core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php Constructs a TranslationManager object.
TestType class core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php Test workflow type.
TestType.php file core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php
TestType::getRequiredStates function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php Gets the required states of workflow type.
TestUrl class core/tests/Drupal/Tests/Core/UrlTest.php
TestUrl::setAccessManager function core/tests/Drupal/Tests/Core/UrlTest.php Sets the access manager.
TestValidatedReferenceConstraint class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php Validates referenced entities.

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