EntityAdapterUnitTest::$fieldTypePluginManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field type manager used for testing. |
EntityArgumentUpdateTest::testViewsFieldPluginConversion |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests that numeric argument plugins are updated properly. |
EntityDenormalizerBase::$pluginManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The field plugin manager. |
EntityDeriver::$basePluginId |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The base plugin ID this derivative is for. |
EntityDisplayBase::$pluginManager |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
The plugin manager used by this entity type. |
EntityDisplayBase::$plugins |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
The plugin objects used for this display, keyed by field name. |
EntityDisplayBase::getPluginRemovedDependencies |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Returns the plugin dependencies being removed. |
EntityDisplayBaseMockableClass::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Gets the plugin collections used by this object. |
EntityDisplayFormBase::$pluginManager |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The widget or formatter plugin manager. |
EntityDisplayFormBase::getApplicablePluginOptions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an array of applicable widget or formatter options for a field. |
EntityDisplayFormBase::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the ID of the default widget or formatter plugin for a field type. |
EntityDisplayPluginCollection |
class |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
A collection of formatters or widgets. |
EntityDisplayPluginCollection.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
|
EntityDisplayPluginCollection::$pluginKey |
property |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
The key within the plugin configuration that contains the plugin ID. |
EntityField::$fieldTypePluginManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The field type plugin manager. |
EntityField::$formatterPluginManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The field formatter plugin manager. |
EntityFormDisplay::getPluginCollections |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Gets the plugin collections used by this object. |
EntityFormDisplayEditForm::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Returns the ID of the default widget or formatter plugin for a field type. |
EntityOperationsUnitTest::$plugin |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The plugin under test. |
EntityReference::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/EntityReference.php |
Whether or not this style uses a row plugin. |
EntityTest::$stylePlugin |
property |
core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php |
The mocked style plugin. |
EntityTestContainerFactoryPlugin |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestContainerFactoryPlugin.php |
A dummy constraint for testing \Drupal\Core\Validation\ConstraintFactory. |
EntityTestContainerFactoryPlugin.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestContainerFactoryPlugin.php |
|
EntityTestContainerFactoryPlugin::create |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestContainerFactoryPlugin.php |
Creates an instance of the plugin. |
EntityTestDefaultPlugin |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestDefaultPlugin.php |
A dummy constraint for testing \Drupal\Core\Validation\ConstraintFactory. |
EntityTestDefaultPlugin.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestDefaultPlugin.php |
|
EntityViewDisplay::getPluginCollections |
function |
core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php |
Gets the plugin collections used by this object. |
EntityViewDisplayEditForm::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns the ID of the default widget or formatter plugin for a field type. |
EntityViewDisplayValidationTest::testLayoutSectionPluginIdIsValidated |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php |
Tests that the plugin ID of a Layout Builder section is validated. |
EntityWithPluginCollectionInterface |
interface |
core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php |
Provides an interface for an object using a plugin collection. |
EntityWithPluginCollectionInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php |
|
ExecutablePluginBase |
class |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Provides the basic architecture for executable plugins. |
ExecutablePluginBase.php |
file |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
|
ExecutablePluginBase::getConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets all configuration values. |
ExecutablePluginBase::getConfigDefinition |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets the definition of a configuration option. |
ExecutablePluginBase::getConfigDefinitions |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets an array of definitions of available configuration options. |
ExecutablePluginBase::setConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Sets the value of a particular configuration option. |
ExposedFormPluginBase |
class |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Base class for Views exposed filter form plugins. |
ExposedFormPluginBase.php |
file |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
ExposedFormPluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Denotes whether the plugin has an additional options form. |
ExposedFormPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Provide a form to edit options for this plugin. |
ExposedFormPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Information about options for all kinds of purposes will be held here. |
ExposedFormPluginBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Alters the exposed form. |
ExposedFormPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Submits the exposed form. |
ExposedFormPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Validates the exposed form submission. |
ExposedFormPluginBase::getCacheContexts |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The cache contexts associated with this object. |
ExposedFormPluginBase::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The maximum age for which this object may be cached. |
ExposedFormPluginBase::getCacheTags |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The cache tags associated with this object. |
ExposedFormPluginBase::postExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs after the view has been executed. |
ExposedFormPluginBase::postRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs after the view has been rendered. |