| SourcePluginBase::postRollback |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Performs post-rollback tasks. |
| SourcePluginBase::prepareRow |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Adds additional data to the row. |
| SourcePluginBase::preRollback |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Performs pre-rollback tasks. |
| SourcePluginBase::rewind |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Rewinds the iterator. |
| SourcePluginBase::rowChanged |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Checks if the incoming row has changed since our last import. |
| SourcePluginBase::saveHighWater |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Save the new high water mark. |
| SourcePluginBase::valid |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Checks whether the iterator is currently valid. |
| SourcePluginBase::__construct |
function |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| Sql::$migrationPluginManager |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The migration plugin manager. |
| SqlTest::$migrationPluginManager |
property |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
The migration plugin manager. |
| StateInterface::PLUGIN_FORM_KEY |
constant |
core/modules/workflows/src/StateInterface.php |
The key of the state plugin form. |
| StubFallbackPluginManager |
class |
core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php |
Stubs \Drupal\Component\Plugin\FallbackPluginManagerInterface. |
| StubFallbackPluginManager.php |
file |
core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php |
|
| StubFallbackPluginManager::getFallbackPluginId |
function |
core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php |
Gets a fallback id for a missing plugin. |
| StubPagerPluginBase |
class |
core/modules/views/tests/src/Unit/Plugin/pager/StubPagerPluginBase.php |
A stub pager plugin for testing purposes. |
| StubPagerPluginBase.php |
file |
core/modules/views/tests/src/Unit/Plugin/pager/StubPagerPluginBase.php |
|
| StubPluginBase |
class |
core/tests/Drupal/Tests/Component/Plugin/StubPluginBase.php |
A class extending PluginBase for testing purposes. |
| StubPluginBase.php |
file |
core/tests/Drupal/Tests/Component/Plugin/StubPluginBase.php |
|
| StubPluginManagerBase |
class |
core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBase.php |
A class extending PluginManagerBase for testing purposes. |
| StubPluginManagerBase.php |
file |
core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBase.php |
|
| StubPluginManagerBaseWithMapper |
class |
core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php |
Stubs \Drupal\Component\Plugin\PluginManagerBase to take a MapperInterface. |
| StubPluginManagerBaseWithMapper.php |
file |
core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php |
|
| StubPluginManagerBaseWithMapper::__construct |
function |
core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php |
Constructs a new instance. |
| StubReflectionFactory::getPluginClass |
function |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
Finds the class relevant for a given plugin. |
| StubRequestHandlerResourcePlugin |
class |
core/modules/rest/tests/src/Kernel/RequestHandlerTest.php |
Stub class where we can prophesize methods. |
| StubRequestHandlerResourcePlugin::delete |
function |
core/modules/rest/tests/src/Kernel/RequestHandlerTest.php |
Handles a DELETE request. |
| StubRequestHandlerResourcePlugin::get |
function |
core/modules/rest/tests/src/Kernel/RequestHandlerTest.php |
Handles a GET request. |
| StubRequestHandlerResourcePlugin::patch |
function |
core/modules/rest/tests/src/Kernel/RequestHandlerTest.php |
Handles a PATCH request. |
| StubRequestHandlerResourcePlugin::post |
function |
core/modules/rest/tests/src/Kernel/RequestHandlerTest.php |
Handles a POST request. |
| StubSourceGeneratorPlugin |
class |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Defines a stubbed source plugin with a generator as iterator. |
| StubSourceGeneratorPlugin::$cacheCounts |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Whether this instance should cache the source count. |
| StubSourceGeneratorPlugin::$skipCount |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Whether this instance should not attempt to count the source. |
| StubSourceGeneratorPlugin::$trackChanges |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Flags whether to track changes to incoming data. |
| StubSourceGeneratorPlugin::getCacheCounts |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Return the cacheCounts value. |
| StubSourceGeneratorPlugin::getSkipCount |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Return the skipCount value. |
| StubSourceGeneratorPlugin::getTrackChanges |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Return the trackChanges value. |
| StubSourceGeneratorPlugin::initializeIterator |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Initializes the iterator with the source data. |
| StubSourcePlugin |
class |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Stubbed source plugin for testing base class implementations. |
| StubSourcePlugin.php |
file |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
|
| StubSourcePlugin::fields |
function |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Returns available fields on the source. |
| StubSourcePlugin::getIds |
function |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Defines the source fields uniquely identifying a source row. |
| StubSourcePlugin::initializeIterator |
function |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Initializes the iterator with the source data. |
| StubSourcePlugin::setModuleHandler |
function |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Helper for setting internal module handler implementation. |
| StubSourcePlugin::__toString |
function |
core/modules/migrate/tests/src/Unit/StubSourcePlugin.php |
Allows class to decide how it will react when it is treated like a string. |
| Style::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Allows a plugin to modify its static configuration. |
| StylePluginBase |
class |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Base class for views style plugins. |
| StylePluginBase.php |
file |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
|
| StylePluginBase::$defaultFieldLabels |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Should field labels be enabled by default. |
| StylePluginBase::$groupingTheme |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
The theme function used to render the grouping set. |
| StylePluginBase::$rendered_fields |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Stores the rendered field values, keyed by the row index and field name. |