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. |
ExposedFormPluginBase::preExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs before the view has been executed. |
ExposedFormPluginBase::preRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs before the view is rendered. |
ExposedFormPluginBase::query |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Add anything to the query that we might need to. |
ExposedFormPluginBase::renderExposedForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Renders the exposed form. |
ExposedFormPluginBase::resetForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Resets all the states of the exposed form. |
ExposedFormPluginInterface |
interface |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Interface for exposed filter form plugins. |
ExposedFormPluginInterface.php |
file |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
|
ExposedFormPluginInterface::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Alters the exposed form. |
ExposedFormPluginInterface::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Submits the exposed form. |
ExposedFormPluginInterface::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Validates the exposed form submission. |
ExposedFormPluginInterface::postExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs after the view has been executed. |
ExposedFormPluginInterface::postRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs after the view has been rendered. |
ExposedFormPluginInterface::preExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs before the view has been executed. |
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. |
FallbackPluginManagerInterface |
interface |
core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php |
An interface implemented by plugin managers with fallback plugin behaviors. |
FallbackPluginManagerInterface.php |
file |
core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php |
|
FallbackPluginManagerInterface::getFallbackPluginId |
function |
core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php |
Gets a fallback id for a missing plugin. |
FieldBlock::getApplicablePluginOptions |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Returns an array of applicable formatter options for a field. |
FieldBlockDeriverTest::getBlockPluginIds |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php |
Get an uncached list of block plugin IDs. |
FieldConfigEntityUnitTest::$fieldTypePluginManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The mock field type plugin manager. |
FieldConfigValidationTest::testFieldTypePluginIsValidated |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that the field type plugin's existence is validated. |
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability |
function |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Tests to load field plugin definitions used in core's existing entities. |
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity |
function |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Tests the integrity of field plugin definitions. |
FieldDiscovery::$fieldPluginCache |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
An array of already discovered field plugin information. |
FieldDiscovery::$fieldPluginManager |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
The field plugin manager. |
FieldDiscovery::$migrationPluginManager |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
The migration plugin manager. |
FieldDiscovery::$sourcePluginIds |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
An array of source plugin ids, keyed by Drupal core version. |
FieldDiscovery::getFieldPlugin |
function |
core/modules/migrate_drupal/src/FieldDiscovery.php |
Returns the appropriate field plugin for a given field type. |
FieldDiscovery::getSourcePlugin |
function |
core/modules/migrate_drupal/src/FieldDiscovery.php |
Gets the source plugin to use to gather field information. |
FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A MigrateFieldPluginManager prophecy. |
FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The field plugin manager. |
FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The field plugin manager. |
FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A MigrationPluginManager prophecy. |
FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The migration plugin manager. |
FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The migration plugin manager. |
FieldDiscoveryTest::testGetSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the getSourcePlugin method. |
FieldDiscoveryTest::testGetSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Tests the getSourcePlugin method. |