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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ExtractTest::testExtractInvalid function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests invalid input.
ExtractTest::testMultipleValueExplode function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Tests multiple value handling.
ExtraFieldBlock::blockAccess function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::getPreviewFallbackString function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::__construct function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Constructs a new ExtraFieldBlock.
ExtraFieldBlockCacheTagInvalidator::invalidateTags function core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php
ExtraFieldBlockCacheTagInvalidator::__construct function core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php Constructs a new ExtraFieldBlockCacheTagInvalidator.
ExtraFieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type repository.
ExtraFieldBlockDeriver::bundleIdsWithLayoutBuilderDisplays function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Gets the list of entity type and bundle tuples with layout builder enabled.
ExtraFieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
ExtraFieldBlockDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Constructs new FieldBlockDeriver.
FactoryInterface::createInstance function core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Creates a plugin instance based on the provided ID and configuration.
FactoryTest class core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that plugins are correctly instantiated.
FactoryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
FactoryTest::testDefaultFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that DefaultFactory can create a plugin instance.
FactoryTest::testReflectionFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that the Reflection factory can create a plugin instance.
FailureMarker::assertNotExists function core/modules/package_manager/src/FailureMarker.php Asserts the failure file doesn't exist.
FailureMarker::getMessage function core/modules/package_manager/src/FailureMarker.php Gets the message from the file if it exists.
FailureMarker::getSubscribedEvents function core/modules/package_manager/src/FailureMarker.php
FailureMarker::__construct function core/modules/package_manager/src/FailureMarker.php
FailureMarkerExistsException class core/modules/package_manager/src/Exception/FailureMarkerExistsException.php Exception thrown if a stage can't be created due to an earlier failed commit.
FailureMarkerExistsException.php file core/modules/package_manager/src/Exception/FailureMarkerExistsException.php
FailureMarkerRequirementTest class core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php Tests that Package Manager's requirements check for the failure marker.
FailureMarkerRequirementTest.php file core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php
FailureMarkerRequirementTest::$modules property core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php
FailureMarkerRequirementTest::testFailureMarkerExists function core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php Tests that error is shown if failure marker already exists.
FailureMarkerTest class core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests Drupal\package_manager\FailureMarker.
FailureMarkerTest.php file core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php
FailureMarkerTest::testAssertNotExists function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests that the failure marker can contain an exception message.
FailureMarkerTest::testExceptionForInvalidYaml function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests that an exception is thrown if the marker file contains invalid YAML.
FailureMarkerTest::testGetMessageWithoutThrowable function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests get message without throwable.
FailureMarkerTest::testGetMessageWithThrowable function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests get message with throwable.
FailureMarkerTest::testMarkerFileIsExcluded function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests marker file is excluded.
FakeAutoloader::loadClass function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Loads the given class or interface.
FakeAutoloader::register function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Registers this instance as an autoloader.
FakeAutoloader::unregister function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Deregisters this instance as an autoloader.
FakeLogEntries trait core/modules/dblog/tests/src/Functional/FakeLogEntries.php Provides methods to generate log entries.
FakeLogEntries.php file core/modules/dblog/tests/src/Functional/FakeLogEntries.php
FakeLogEntries::generateLogEntries function core/modules/dblog/tests/src/Functional/FakeLogEntries.php Generates a number of random database log events.
FakeRecord::__construct function core/modules/system/tests/src/Functional/Database/FakeRecord.php Constructs a FakeRecord object with an optional constructor argument.
FakeSiteFixtureTest class core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Test that the 'fake-site' fixture is a valid starting point.
FakeSiteFixtureTest.php file core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php
FakeSiteFixtureTest::getExpectedFakeSitePackages function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Gets the expected packages in the `fake_site` fixture.
FakeSiteFixtureTest::testCallToComposerInspectorMethods function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests calls to ComposerInspector class methods.
FakeSiteFixtureTest::testCallToRemovePackage function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests if `removePackage` can be called on all packages in the fixture.
FakeSiteFixtureTest::testCallToSetVersion function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests if `setVersion` can be called on all packages in the fixture.
FakeSiteFixtureTest::testComposerShow function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests that Composer show command can be used on the fixture.
FakeSiteFixtureTest::testComposerValidate function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests that the fixture passes `composer validate`.
FakeSiteFixtureTest::testExpectedPackages function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Checks that the expected packages are installed in the fake site fixture.
FakeSiteFixtureTest::testLifeCycle function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests the complete stage life cycle using the 'fake-site' fixture.

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