Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EnforcedResponseException::$response property core/lib/Drupal/Core/Form/EnforcedResponseException.php The response to be enforced.
EnforcedResponseException::getResponse function core/lib/Drupal/Core/Form/EnforcedResponseException.php Return the response to be enforced.
EnforcedResponseException::__construct function core/lib/Drupal/Core/Form/EnforcedResponseException.php Constructs a new enforced response exception.
EngineNyanCatTest class core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Tests the multi theme engine support.
EngineNyanCatTest.php file core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php The theme to install as the default for testing.
EngineNyanCatTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Modules to enable.
EngineNyanCatTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::testTemplateOverride function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Ensures a theme's template is overridable based on the 'template' filename.
EngineTwigTest class core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests Twig-specific theme functionality.
EngineTwigTest.php file core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php The theme to install as the default for testing.
EngineTwigTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Modules to enable.
EngineTwigTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::testRenderable function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the rendering of renderables.
EngineTwigTest::testTwigAttachLibrary function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the attach of asset libraries.
EngineTwigTest::testTwigFileUrls function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the automatic/magic calling of toString() on objects, if exists.
EngineTwigTest::testTwigLinkGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the magic url to string Twig functions.
EngineTwigTest::testTwigVariableDataTypes function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests that the Twig engine handles PHP data correctly.
Entity CRUD, editing, and view hooks group core/lib/Drupal/Core/Entity/entity.api.php Hooks used in various entity operations.
entity-add-list.html.twig file core/modules/system/templates/entity-add-list.html.twig Default theme implementation to present a list of available bundles.
entity-add-list.html.twig file core/themes/seven/templates/entity-add-list.html.twig Theme override to present a list of available bundles.
entity-add-list.html.twig file core/themes/claro/templates/entity-add-list.html.twig Theme override to present a list of available bundles.
entity-add-list.html.twig file core/themes/stable/templates/content-edit/entity-add-list.html.twig Theme override to present a list of available bundles.
entity-meta.css file core/themes/seven/css/components/entity-meta.css /**
* Entity meta settings.
*/
.entity-meta {
border-right: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-radius: 3px;
background-color: #edede8;
box-shadow: inset 0 0 5px rgba(0, 0, 0,…
entity-meta.css file core/themes/claro/css/components/entity-meta.css Entity meta.
entity-meta.pcss.css file core/themes/claro/css/components/entity-meta.pcss.css Entity meta.
entity.last_installed_schema.repository service core/core.services.yml Drupal\Core\Entity\EntityLastInstalledSchemaRepository
entity.query.sql service core/core.services.yml Drupal\Core\Entity\Query\Sql\QueryFactory
entity.repository service core/core.services.yml Drupal\Core\Entity\EntityRepository
Entity::$bundles property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The list of the bundles of this entity type.
Entity::$deprecatedProperties property core/modules/views/src/Plugin/views/area/Entity.php
Entity::$deprecatedProperties property core/modules/views/src/Plugin/views/argument_validator/Entity.php
Entity::$entityDisplayRepository property core/modules/views/src/Plugin/views/area/Entity.php The entity display repository.
Entity::$entityRepository property core/modules/views/src/Plugin/views/area/Entity.php The entity repository service.
Entity::$storage property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity storage.
Entity::buildOptionsForm function core/modules/views/src/Plugin/views/area/Entity.php Provide a form to edit options for this plugin.
Entity::buildOptionsForm function core/modules/views/src/Plugin/views/argument_validator/Entity.php Provides the default form for setting options.
Entity::calculateDependencies function core/modules/views/src/Plugin/views/argument_validator/Entity.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/views/src/Plugin/views/area/Entity.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Calculates dependencies for the configured plugin.
Entity::defineOptions function core/modules/views/src/Plugin/views/area/Entity.php Information about options for all kinds of purposes will be held here.
Entity::defineOptions function core/modules/views/src/Plugin/views/argument_validator/Entity.php Retrieves the options when this is a new access control plugin.
Entity::fields function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Returns an array of destination fields.
Entity::submitOptionsForm function core/modules/views/src/Plugin/views/argument_validator/Entity.php Provides the default form for submitting options.
Entity::submitOptionsForm function core/modules/views/src/Plugin/views/area/Entity.php Handle any special handling on the validate form.
Entity::__construct function core/modules/views/src/Plugin/views/area/Entity.php Constructs a new Entity instance.
Entity::__construct function core/modules/views/src/Plugin/views/argument_validator/Entity.php Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object.

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