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. Other projects
Title Object type File name Summary
EntityTranslationRenderTrait::getEntityTranslationRenderer function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the current renderer.
EntityTranslationRenderTrait::getEntityTypeId function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the entity type identifier.
EntityTranslationRenderTrait::getLanguageManager function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the language manager.
EntityTranslationRenderTrait::getView function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the top object of a view.
EntityType::$render_cache property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the rendered output of entities should be cached.
EntityType::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityType.php Gets the config dependency info for this entity, if any exists.
EntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityType.php Gets the key that is used to store configuration dependencies.
EntityType::isRenderCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the rendered output of entities should be cached.
EntityTypeBundleInfoTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache backend to use.
EntityTypeInterface::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the config dependency info for this entity, if any exists.
EntityTypeInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the key that is used to store configuration dependencies.
EntityTypeInterface::isRenderCacheable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether the rendered output of entities should be cached.
EntityTypeManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The cache backend.
EntityViewBuilder::getRenderRecursionKey function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Generates a key for an entity render array for recursion protection.
EntityViewBuilder::setRecursiveRenderProtection function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Entity render array #pre_render callback.
EntityViewBuilder::unsetRecursiveRenderProtection function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Entity render array #post_render callback.
EntityViewController::$renderer property core/lib/Drupal/Core/Entity/Controller/EntityViewController.php The renderer service.
EntityViewDisplay::collectRenderDisplay function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Returns the display object used to render an entity.
EntityViewDisplay::collectRenderDisplays function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Returns the display objects used to render a set of entities.
EntityViewDisplay::getRenderer function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Gets the renderer plugin for a field (e.g. widget, formatter).
Error::renderExceptionSafe function core/lib/Drupal/Core/Utility/Error.php Renders an exception error message without further exceptions.
ErrorTestController::triggerRendererException function core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php Trigger an exception during rendering.
ExampleRenderable class core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php Provides an example implementation of the RenderableInterface.
ExampleRenderable.php file core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php
ExampleRenderable::toRenderable function core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php Returns a render array representation of the object.
ExampleWithOtherModuleDependency class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExampleWithOtherModuleDependency.php Test class with a dependency on another module.
ExampleWithOtherModuleDependency.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExampleWithOtherModuleDependency.php
example_module_only_dependencies.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml
ExcludedFieldTokenTest::testExcludedTitleTokenDisplay function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Tests the display of an excluded title field when used as a token.
ExcludedModulesEventSubscriber::getDependentConfigNames function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Get all the configuration which depends on one of the excluded modules.
experimental_module_dependency_test.info.yml file core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml
experimental_theme_dependency_test.info.yml file core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml
Exporter::exportWithDependencies function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports an entity and all of its dependencies to a directory.
ExportMetadata::addDependency function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Adds a dependency on another content entity.
ExportMetadata::getDependencies function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Returns the dependencies of the exported entity.
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes function core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests overriding the default render option with checkboxes.
ExposedFormPluginBase::postRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Runs after the view has been rendered.
ExposedFormPluginBase::preRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Runs before the view is rendered.
ExposedFormPluginBase::renderExposedForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Renders the exposed form.
ExposedFormPluginInterface::postRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs after the view has been rendered.
ExposedFormPluginInterface::preRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs before the view is rendered.
ExposedFormPluginInterface::renderExposedForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Renders the exposed form.
ExposedFormRenderTest class core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Tests the exposed form.
ExposedFormRenderTest.php file core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
ExposedFormRenderTest::$modules property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Modules to install.
ExposedFormRenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Views to be enabled.
ExposedFormRenderTest::setUp function core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
ExposedFormRenderTest::testExposedFormRawInput function core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Tests the exposed form raw input.
ExposedFormRenderTest::testExposedFormRender function core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Tests the exposed form markup.
ExtendableInterface interface core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Interface for extendable query objects.

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