Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
RequiredConfigDependenciesConstraint.php file core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php
RequiredConfigDependenciesConstraint::$entityTypes property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php The IDs of entity types that need to exist in config dependencies.
RequiredConfigDependenciesConstraint::getDefaultOption function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php
RequiredConfigDependenciesConstraint::getRequiredOptions function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php
RequiredConfigDependenciesConstraint::__construct function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php #[HasNamedArguments]
RequiredConfigDependenciesConstraintValidator class core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php Validates the RequiredConfigDependencies constraint.
RequiredConfigDependenciesConstraintValidator.php file core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php
RequiredConfigDependenciesConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php The entity type manager service.
RequiredConfigDependenciesConstraintValidator::create function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php Instantiates a new instance of this class.
RequiredConfigDependenciesConstraintValidator::validate function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php
RequiredConfigDependenciesConstraintValidator::__construct function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php Constructs a RequiredConfigDependenciesConstraintValidator object.
ResourceObjectNormalizationCacher::mergeCacheableDependencies function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Determines the joint cacheability of all provided dependencies.
ResourceResponseSubscriber::$renderer property core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php The renderer.
ResourceResponseSubscriber::renderResponseBody function core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php Renders a resource response body.
ResourceResponseSubscriber::renderResponseBody function core/modules/jsonapi/src/EventSubscriber/ResourceResponseSubscriber.php Renders a resource response body.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormatterAttributesInRenderArray function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests formatter passes down any attributes in the render array.
ResponsiveImageFormatter::calculateDependencies function core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php Calculates dependencies for the configured plugin.
ResponsiveImageIntegrationTest::testEntityViewDisplayDependency function core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php Tests integration with entity view display.
ResponsiveImageStyle::calculateDependencies function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Calculates dependencies and stores them in the dependency property.
ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php Tests calculate dependencies.
RestExport::$renderer property core/modules/rest/src/Plugin/views/display/RestExport.php The renderer.
RestExport::render function core/modules/rest/src/Plugin/views/display/RestExport.php Renders this display.
RestResourceConfig::calculateDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Calculates dependencies and stores them in the dependency property.
RestResourceConfig::getRestResourceDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Returns the REST resource dependencies.
RestResourceConfig::onDependencyRemoval function core/modules/rest/src/Entity/RestResourceConfig.php Informs the entity that entities it depends on will be deleted.
RestResourceConfigTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php Tests calculate dependencies.
RestripeCommand::render function core/lib/Drupal/Core/Ajax/RestripeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Result::render function core/modules/views/src/Plugin/views/area/Result.php Render the area.
RevisionLink::renderLink function core/modules/node/src/Plugin/views/field/RevisionLink.php Prepares the link to view an entity.
RevisionLinkDeleteTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php Test the render method when getEntity returns NULL.
RevisionLinkRevertTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php Test the render method when getEntity returns NULL.
RevisionLinkTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkTest.php Test the render method when getEntity returns NULL.
Role::calculateDependencies function core/modules/user/src/Entity/Role.php Calculates dependencies and stores them in the dependency property.
Role::calculateDependencies function core/modules/user/src/Plugin/views/access/Role.php Calculates dependencies for the configured plugin.
Role::onDependencyRemoval function core/modules/user/src/Entity/Role.php Informs the entity that entities it depends on will be deleted.
Roles::calculateDependencies function core/modules/user/src/Plugin/views/filter/Roles.php Calculates dependencies for the configured plugin.
Roles::preRender function core/modules/user/src/Plugin/views/field/Roles.php Runs before any fields are rendered.
Roles::render_item function core/modules/user/src/Plugin/views/field/Roles.php Renders a single item of a row.
RouteProcessorCsrf::renderPlaceholderCsrfToken function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Render API callback: Adds a CSRF token for the given path to the markup.
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::$expected property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of titles for each node per language.
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 Modules to install.
RowEntityRenderersTest::$testAuthor property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php The author of the test content.
RowEntityRenderersTest::$testIds property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php An array of IDs 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.

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