Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to missing property name reference field with meta properties.
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to missing property name reference field without meta properties.
FilterTest::testInvalidFilterPathDueToNonexistentProperty function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to nonexistent property.
FilterTest::testLimitExposedOperators function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests the limit of the expose operator functionality.
FilterUITest::testFilterInOperatorUi function core/modules/views_ui/tests/src/Functional/FilterUITest.php Tests that an option for a filter is saved as expected from the UI.
FilterUninstallValidator class core/modules/filter/src/FilterUninstallValidator.php Prevents uninstallation of modules providing used filter plugins.
FilterUninstallValidator.php file core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidator::$filterStorage property core/modules/filter/src/FilterUninstallValidator.php The filter entity storage.
FilterUninstallValidator::getEnabledFilterFormats function core/modules/filter/src/FilterUninstallValidator.php Returns all enabled filter formats.
FilterUninstallValidator::getFilterDefinitionsByProvider function core/modules/filter/src/FilterUninstallValidator.php Returns all filter definitions that are provided by the specified provider.
FilterUninstallValidator::validate function core/modules/filter/src/FilterUninstallValidator.php Determines the reasons a module can not be uninstalled.
FilterUninstallValidator::__construct function core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidatorTest class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests Drupal\filter\FilterUninstallValidator.
FilterUninstallValidatorTest.php file core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::$filterUninstallValidator property core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php The filter uninstall validator.
FilterUninstallValidatorTest::setUp function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::testValidateNoFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no formats.
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no matching formats.
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no plugins.
FilterUrl::$filterProtocols property core/modules/filter/src/Plugin/Filter/FilterUrl.php The list of protocols that are allowed in URLs.
FinalExceptionSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php The config factory.
FinalExceptionSubscriberTest::testOnExceptionWithUnknownFormat function core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php Tests on exception with unknown format.
FinishResponseSubscriber::isCacheControlCustomized function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Determine whether the given response has a custom Cache-Control header.
FinishResponseSubscriber::RESPONSE_HEADER_CACHE_ITEM_SEPARATOR constant core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Separator between cache tags and cache context in respective debug headers.
FirstOrLast class core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Moves one listener to the start or end of the list.
FirstOrLast.php file core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
FirstOrLast::apply function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
FirstOrLast::identify function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
FirstOrLast::__construct function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Constructor.
FixtureManipulator class core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Manipulates a test fixture using Composer commands.
FixtureManipulator.php file core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::$committed property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Whether changes have been committed.
FixtureManipulator::$committingChanges property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Whether changes are currently being committed.
FixtureManipulator::$dir property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php The fixture directory.
FixtureManipulator::$manipulatorArguments property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Arguments to manipulator functions.
FixtureManipulator::addConfig function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies the project root's composer.json properties.
FixtureManipulator::addDotGitFolder function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Creates an empty .git folder after being provided a path.
FixtureManipulator::addPackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Adds a package.
FixtureManipulator::addProjectAtPath function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Adds a project at a path.
FixtureManipulator::addRepository function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Adds a path repository.
FixtureManipulator::clearQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Clears all queued manipulation items.
FixtureManipulator::commitChanges function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Commits the changes to the directory.
FixtureManipulator::createPathRepo function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Creates a path repo.
FixtureManipulator::doCommitChanges function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Commits all the changes.
FixtureManipulator::getComposerInitOptionsForPackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Transform the received $package into options for `composer init`.
FixtureManipulator::getQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Gets all queued manipulation items.
FixtureManipulator::modifyPackageConfig function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies a package's composer.json properties.
FixtureManipulator::PATH_REPO_STATE_KEY constant core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::queueManipulation function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Queues manipulation arguments to be called in ::doCommitChanges().
FixtureManipulator::removePackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Removes a package.

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