EditorManager |
class |
Drupal\editor\Plugin |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorManager.php |
Configurable text editor manager. |
|
2 |
2 |
EditorManagerTest |
class |
Drupal\editor\Tests |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php |
Unit tests for the configurable text editor manager. |
|
|
|
EditorPluginInterface |
interface |
Drupal\editor\Plugin |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Defines an interface for configurable text editors. |
1 |
1 |
|
EditorSelectionTest |
class |
Drupal\edit\Tests |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Test in-place field editor selection. |
|
|
|
EditorSelector |
class |
Drupal\edit |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
Selects an in-place editor (an Editor plugin) for a field. |
|
3 |
2 |
EditorSelectorInterface |
interface |
Drupal\edit |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelectorInterface.php |
Interface for selecting an in-place editor (an Editor plugin) for a field. |
1 |
|
|
EditPluginInterface |
interface |
Drupal\edit |
drupal/core/modules/edit/lib/Drupal/edit/EditPluginInterface.php |
Defines an interface for in-place editors (Create.js PropertyEditor widgets). |
2 |
2 |
|
EditTestBase |
class |
Drupal\edit\Tests |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditTestBase.php |
Parent class for Edit tests. |
3 |
1 |
|
EfqTest |
class |
Drupal\taxonomy\Tests |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/EfqTest.php |
Tests the functionality of EntityQueryInterface for taxonomy entities. |
|
|
|
Element |
abstract class |
Drupal\Core\Config\Schema |
drupal/core/lib/Drupal/Core/Config/Schema/Element.php |
Defines a generic configuration element. |
3 |
1 |
|
ElementMetadata |
abstract class |
Symfony\Component\Validator\Mapping |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
|
3 |
1 |
|
ElementMetadataTest |
class |
Symfony\Component\Validator\Tests\Mapping |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
|
|
|
ElementsLabelsTest |
class |
Drupal\system\Tests\Form |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php |
Test form element labels, required markers and associated output. |
|
|
|
ElementsTableSelectTest |
class |
Drupal\system\Tests\Form |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the tableselect form element for expected behavior. |
|
|
|
ElementsVerticalTabsTest |
class |
Drupal\system\Tests\Form |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Test the vertical_tabs form element for expected behavior. |
|
|
|
ElementTest |
class |
Drupal\system\Tests\Form |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php |
Tests building and processing of core form elements. |
|
|
|
ElementValidationTest |
class |
Drupal\system\Tests\Ajax |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/ElementValidationTest.php |
Tests using ajax_test module. |
|
|
|
Email |
class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Email.php |
@author Bernhard Schussek <bschussek@gmail.com> |
|
1 |
|
Email |
class |
Drupal\Core\TypedData\Type |
drupal/core/lib/Drupal/Core/TypedData/Type/Email.php |
The Email data type. |
|
|
1 |
EmailAction |
class |
Drupal\action\Plugin\Action |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/EmailAction.php |
Sends an e-mail message. |
|
|
|
EmailDefaultWidget |
class |
Drupal\email\Plugin\field\widget |
drupal/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php |
Plugin implementation of the 'email_default' widget. |
|
|
|
EmailFieldTest |
class |
Drupal\email\Tests |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Tests e-mail field functionality. |
|
|
|
EmailItem |
class |
Drupal\email\Type |
drupal/core/modules/email/lib/Drupal/email/Type/EmailItem.php |
Defines the 'email_field' entity field item. |
|
|
|
EmailItemTest |
class |
Drupal\email\Tests |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailItemTest.php |
Tests the new entity API for the email field type. |
|
|
|
EmailTest |
class |
Drupal\system\Tests\Form |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php |
Tests email element. |
|
|
|
EmailValidator |
class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/EmailValidator.php |
@author Bernhard Schussek <bschussek@gmail.com> |
|
1 |
|
EmailValidatorTest |
class |
Symfony\Component\Validator\Tests\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php |
|
|
|
|
Embed |
class |
Drupal\views\Plugin\views\display |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Embed.php |
The plugin that handles an embed display. |
|
|
|
EmberPrecompileFilter |
class |
Assetic\Filter |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php |
Precompiles Handlebars templates for use in the Ember.js framework. This filter
requires that the npm package ember-precompile be installed. You can find this
package at https://github.com/gabrielgrant/node-ember-precompile. |
|
|
|
EmptyStatementTest |
class |
Drupal\Tests\Core\Database |
drupal/core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php |
Tests the empty pseudo-statement class. |
|
|
|
EmptyTestCaseTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/EmptyTestCaseTest.php |
|
|
|
|
EnableDisableTest |
class |
Drupal\system\Tests\Module |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php |
Tests functionality for enabling and disabling modules. |
|
|
|
EncoderInterface |
interface |
Symfony\Component\Serializer\Encoder |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php |
Defines the interface of encoders |
8 |
5 |
|
EnsureFilterWorker |
class |
Assetic\Factory\Worker |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php |
Applies a filter to an asset based on a source and/or target path match. |
|
|
|
Entity |
class |
Drupal\views\Plugin\views\area |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php |
Provides an area handler which renders an entity in a certain view mode. |
|
|
|
Entity |
class |
Symfony\Component\Validator\Tests\Fixtures |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php |
@Symfony\Component\Validator\Tests\Fixtures\ConstraintA
@Assert\GroupSequence({"Foo", "Entity"}) |
|
6 |
|
Entity |
class |
|
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php |
|
|
|
|
Entity |
class |
Doctrine\Tests\Common\Annotations\Ticket |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php |
|
|
|
|
Entity |
class |
Drupal\Core\Entity |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Defines a base entity class. |
8 |
7 |
|
EntityAccessCheck |
class |
Drupal\Core\Entity |
drupal/core/lib/Drupal/Core/Entity/EntityAccessCheck.php |
Provides a generic access checker for entities. |
|
1 |
2 |
EntityAccessCheckTest |
class |
Drupal\Tests\Core\Entity |
drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests the entity access controller. |
|
|
|
EntityAccessController |
class |
Drupal\Core\Entity |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Defines a default implementation for entity access controllers. |
11 |
12 |
|
EntityAccessControllerInterface |
interface |
Drupal\Core\Entity |
drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php |
Defines a common interface for entity access controller classes. |
1 |
|
|
EntityAccessTest |
class |
Drupal\system\Tests\Entity |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Tests the entity access controller. |
|
|
|
EntityApiInfoTest |
class |
Drupal\system\Tests\Entity |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php |
Tests Entity API base functionality. |
|
|
|
EntityApiTest |
class |
Drupal\system\Tests\Entity |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Tests the basic Entity API. |
|
|
|
EntityBCDecorator |
class |
Drupal\Core\Entity |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Provides backwards compatible (BC) access to entity fields. |
2 |
3 |
|
EntityBCDecoratorTest |
class |
Drupal\system\Tests\Entity |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php |
Tests Entity API base functionality. |
|
|
|
EntityBody |
class |
Guzzle\Http |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Entity body used with an HTTP request or response |
|
4 |
|
EntityBodyInterface |
interface |
Guzzle\Http |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
Entity body used with an HTTP request or response |
2 |
6 |
|