Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
Row::getDestination function core/modules/migrate/src/Row.php Returns the whole destination array.
Row::getDestinationProperty function core/modules/migrate/src/Row.php Returns the value of a destination property.
Row::getEmptyDestinationProperties function core/modules/migrate/src/Row.php Gets the empty destination properties.
Row::getHash function core/modules/migrate/src/Row.php Returns the hash for the source values.
Row::getIdMap function core/modules/migrate/src/Row.php Retrieves the Migrate ID mappings.
Row::getMultiple function core/modules/migrate/src/Row.php Retrieve multiple source and destination properties at once.
Row::getRawDestination function core/modules/migrate/src/Row.php Returns the raw destination. Rarely necessary.
Row::getSource function core/modules/migrate/src/Row.php Retrieves all source properties.
Row::getSourceIdValues function core/modules/migrate/src/Row.php Retrieves the values of the source identifiers.
Row::getSourceProperty function core/modules/migrate/src/Row.php Retrieves a source property.
Row::hasDestinationProperty function core/modules/migrate/src/Row.php Tests if destination property exists.
Row::hasEmptyDestinationProperty function core/modules/migrate/src/Row.php Tests if a property is an empty destination.
Row::hasSourceProperty function core/modules/migrate/src/Row.php Determines whether a source has a property.
Row::isStub function core/modules/migrate/src/Row.php Reports whether this row is a stub.
Row::needsUpdate function core/modules/migrate/src/Row.php Returns if this row needs an update.
Row::PROPERTY_SEPARATOR constant core/modules/migrate/src/Row.php Level separator of destination and source properties.
Row::rehash function core/modules/migrate/src/Row.php Recalculates the hash for the row.
Row::removeDestinationProperty function core/modules/migrate/src/Row.php Removes destination property.
Row::removeEmptyDestinationProperty function core/modules/migrate/src/Row.php Removes an empty destination property.
Row::setDestinationProperty function core/modules/migrate/src/Row.php Sets destination properties.
Row::setEmptyDestinationProperty function core/modules/migrate/src/Row.php Sets a destination to be empty.
Row::setIdMap function core/modules/migrate/src/Row.php Sets the Migrate ID mappings.
Row::setSourceProperty function core/modules/migrate/src/Row.php Sets a source property if the row is not frozen.
Row::__construct function core/modules/migrate/src/Row.php Constructs a \Drupal\migrate\Row object.
RowCountException class core/lib/Drupal/Core/Database/RowCountException.php Exception thrown if a SELECT query trying to execute rowCount() on result.
RowCountException.php file core/lib/Drupal/Core/Database/RowCountException.php
RowCountException::__construct function core/lib/Drupal/Core/Database/RowCountException.php
RowCountExceptionTest class core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php Tests Drupal\Core\Database\RowCountException.
RowCountExceptionTest.php file core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php
RowCountExceptionTest::DEFAULT_EXCEPTION_MESSAGE constant core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php The default exception message.
RowCountExceptionTest::providerTestExceptionMessage function core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php Data provider for ::testExceptionMessage()
RowCountExceptionTest::testExceptionMessage function core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php Tests exception message.
RowCountExceptionTest::testExceptionMessageNull function core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php Tests exception message null.
RowEntityRenderersTest class core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the entity row renderers.
RowEntityRenderersTest.php file core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::$ids property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::$langcodes property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of added languages.
RowEntityRenderersTest::$modules property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::$testAuthor property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php The author of the test content.
RowEntityRenderersTest::$testViews property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Views used by this test.
RowEntityRenderersTest::$values property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::assertTranslations function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the view results match the expected values.
RowEntityRenderersTest::checkLanguageRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the language renderer configurations work as expected.
RowEntityRenderersTest::checkLanguageRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks language renderer configurations work with relationships.
RowEntityRenderersTest::setUp function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::testEntityRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the entity row renderers.
RowEntityRenderersTest::testEntityRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the entity row renderers for relationships.
RowEntityRenderersTest::testFieldRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the field row renderers.
RowEntityRenderersTest::testFieldRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the field row renderers for relationships.
RowEntityRenderersTest::testRevisionBaseTable function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the row renderer with a revision base table.

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