Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UnitTestCaseTest class core/tests/Drupal/Tests/UnitTestCaseTest.php Tests for the UnitTestCase class.
UnitTestCaseTest.php file core/tests/Drupal/Tests/UnitTestCaseTest.php
UnitTestCaseTest::testGetRandomGeneratorPropertyDeprecation function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the deprecation of accessing the randomGenerator property directly.
UnitTestCaseTest::testVarDumpSameProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in the same process.
UnitTestCaseTest::testVarDumpSeparateProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in a separate process.
UnitTestSuite class core/tests/TestSuites/UnitTestSuite.php Discovers tests for the unit test suite.
UnitTestSuite.php file core/tests/TestSuites/UnitTestSuite.php
UnitTestSuite::suite function core/tests/TestSuites/UnitTestSuite.php Factory method which loads up a suite with all unit tests.
UnknownExtensionException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php Exception class thrown when a specified extension is not on the filesystem.
UnknownExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
UnknownExtensionTypeException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php Exception thrown when a specified extension type is not known.
UnknownExtensionTypeException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php
UnknownRecipeException::__construct function core/lib/Drupal/Core/Recipe/UnknownRecipeException.php
UnmetDependenciesException class core/lib/Drupal/Core/Config/UnmetDependenciesException.php An exception thrown if configuration has unmet dependencies.
UnmetDependenciesException.php file core/lib/Drupal/Core/Config/UnmetDependenciesException.php
UnmetDependenciesException::$configObjects property core/lib/Drupal/Core/Config/UnmetDependenciesException.php A list of configuration objects that have unmet dependencies.
UnmetDependenciesException::$extension property core/lib/Drupal/Core/Config/UnmetDependenciesException.php The name of the extension that is being installed.
UnmetDependenciesException::create function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Creates an exception for an extension and a list of configuration objects.
UnmetDependenciesException::formatConfigObjectList function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Formats a list of configuration objects.
UnmetDependenciesException::getConfigObjects function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the list of configuration objects that have unmet dependencies.
UnmetDependenciesException::getExtension function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the name of the extension that is being installed.
UnmetDependenciesException::getTranslatedMessage function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets a translated message from the exception.
UnprocessableHttpEntityException class core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php A class to represent a 422 - Unprocessable Entity Exception.
UnprocessableHttpEntityException.php file core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php
UnprocessableHttpEntityException::$violations property core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php The constraint violations associated with this exception.
UnprocessableHttpEntityException::getViolations function core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php Gets the constraint violations associated with this exception.
UnprocessableHttpEntityException::setViolations function core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php Sets the constraint violations associated with this exception.
UnprocessableHttpEntityException::__construct function core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php UnprocessableHttpEntityException constructor.
UnprocessableHttpEntityExceptionNormalizer class core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php Normalizes and UnprocessableHttpEntityException.
UnprocessableHttpEntityExceptionNormalizer.php file core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php
UnprocessableHttpEntityExceptionNormalizer::buildErrorObjects function core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php Builds the normalized JSON:API error objects for the response.
UnprocessableHttpEntityExceptionNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php
UnpublishAction class core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Unpublishes an entity.
UnpublishAction.php file core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
UnpublishAction::access function core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Checks object access.
UnpublishAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Executes the plugin.
UnpublishByKeywordActionTest class core/modules/node/tests/src/Unit/Action/UnpublishByKeywordActionTest.php @group node
@group legacy
UnpublishByKeywordActionTest class core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php @group action
UnpublishByKeywordActionTest.php file core/modules/node/tests/src/Unit/Action/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest.php file core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest::$modules property core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php Modules to install.
UnpublishByKeywordActionTest::setUp function core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest::testUnpublishByKeywordAction function core/modules/node/tests/src/Unit/Action/UnpublishByKeywordActionTest.php Tests deprecation of \Drupal\node\Plugin\Action\UnpublishByKeywordNode.
UnpublishByKeywordActionTest::testUnpublishByKeywordAction function core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php Tests creating an action using the node_unpublish_by_keyword_action plugin.
UnpublishByKeywordComment class core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php Unpublishes a comment containing certain keywords.
UnpublishByKeywordComment class core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Unpublishes a comment containing certain keywords.
UnpublishByKeywordComment.php file core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php
UnpublishByKeywordComment.php file core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php
UnpublishByKeywordComment::$renderer property core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php The renderer.
UnpublishByKeywordComment::$viewBuilder property core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php The comment entity builder handler.

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