Search for run

  1. Search 7.x for run
  2. Search 8.9.x for run
  3. Search 10.3.x for run
  4. Search 11.x for run
  5. Other projects
Title Object type File name Summary
DisplayPluginInterface::isIdentifierUnique function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks if the provided identifier is unique.
EntityAdapterUnitTest class core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @coversDefaultClass \Drupal\Core\Entity\Plugin\DataType\EntityAdapter[[api-linebreak]]
@group Entity
@group TypedData
EntityAdapterUnitTest.php file core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::$bundle property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The bundle used for testing.
EntityAdapterUnitTest::$entity property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The content entity used for testing.
EntityAdapterUnitTest::$entityAdapter property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The content entity adapter under test.
EntityAdapterUnitTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::$entityType property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity type used for testing.
EntityAdapterUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The type ID of the entity under test.
EntityAdapterUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity type manager used for testing.
EntityAdapterUnitTest::$fieldDefinitions property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Field definitions.
EntityAdapterUnitTest::$fieldItemList property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field item list returned by the typed data manager.
EntityAdapterUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field type manager used for testing.
EntityAdapterUnitTest::$id property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity ID.
EntityAdapterUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The language manager.
EntityAdapterUnitTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The typed data manager used for testing.
EntityAdapterUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The UUID generator used for testing.
EntityAdapterUnitTest::setUp function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::testApplyDefaultValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::applyDefaultValue[[api-linebreak]]
EntityAdapterUnitTest::testGet function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get[[api-linebreak]]
EntityAdapterUnitTest::testGetConstraints function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getConstraints[[api-linebreak]]
EntityAdapterUnitTest::testGetDataDefinition function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getDataDefinition[[api-linebreak]]
EntityAdapterUnitTest::testGetEntity function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getEntity[[api-linebreak]]
EntityAdapterUnitTest::testGetInvalidField function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get[[api-linebreak]]
EntityAdapterUnitTest::testGetIterator function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getIterator[[api-linebreak]]
EntityAdapterUnitTest::testGetName function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getName[[api-linebreak]]
EntityAdapterUnitTest::testGetParent function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getParent[[api-linebreak]]
EntityAdapterUnitTest::testGetProperties function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getProperties[[api-linebreak]]
EntityAdapterUnitTest::testGetPropertyPath function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getPropertyPath[[api-linebreak]]
EntityAdapterUnitTest::testGetRoot function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getRoot[[api-linebreak]]
EntityAdapterUnitTest::testGetString function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getString[[api-linebreak]]
EntityAdapterUnitTest::testGetValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getValue[[api-linebreak]]
EntityAdapterUnitTest::testGetWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get[[api-linebreak]]
EntityAdapterUnitTest::testIsEmpty function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::isEmpty[[api-linebreak]]
EntityAdapterUnitTest::testOnChange function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::onChange[[api-linebreak]]
EntityAdapterUnitTest::testSet function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::set[[api-linebreak]]
EntityAdapterUnitTest::testSetContext function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::setContext[[api-linebreak]]
EntityAdapterUnitTest::testSetValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::setValue[[api-linebreak]]
EntityAdapterUnitTest::testSetWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::set[[api-linebreak]]
EntityAdapterUnitTest::testToArray function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::toArray[[api-linebreak]]
EntityAdapterUnitTest::testToArrayWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::toArray[[api-linebreak]]
EntityRevisionsTest::runRevisionsTests function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Executes the revision tests for the given entity type.
FakeViewModeContext::getRuntimeContexts function core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php Gets runtime context values for the given context IDs.
FileTransferAuthorizeForm::runOperation function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Runs the operation specified in 'authorize_operation' session property.
FilterUninstallValidator class core/modules/filter/src/ProxyClass/FilterUninstallValidator.php Provides a proxy class for \Drupal\filter\FilterUninstallValidator.
FilterUninstallValidator class core/modules/filter/src/FilterUninstallValidator.php Prevents uninstallation of modules providing used filter plugins.
FilterUninstallValidator.php file core/modules/filter/src/ProxyClass/FilterUninstallValidator.php
FilterUninstallValidator.php file core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidator::$container property core/modules/filter/src/ProxyClass/FilterUninstallValidator.php The service container.
FilterUninstallValidator::$drupalProxyOriginalServiceId property core/modules/filter/src/ProxyClass/FilterUninstallValidator.php The id of the original proxied service.

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