Drupal\migrate\MigrateStubInterface |
service |
core/modules/migrate/migrate.services.yml |
|
Drupal\migrate\Plugin\MigrationPluginManagerInterface |
service |
core/modules/migrate/migrate.services.yml |
|
Drupal\migrate_drupal\FieldDiscoveryInterface |
service |
core/modules/migrate_drupal/migrate_drupal.services.yml |
|
Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface |
service |
core/modules/migrate_drupal/migrate_drupal.services.yml |
|
Drupal\node\NodeGrantDatabaseStorageInterface |
service |
core/modules/node/node.services.yml |
|
Drupal\path_alias\AliasManagerInterface |
service |
core/modules/path_alias/path_alias.services.yml |
|
Drupal\path_alias\AliasRepositoryInterface |
service |
core/modules/path_alias/path_alias.services.yml |
|
Drupal\path_alias\AliasWhitelistInterface |
service |
core/modules/path_alias/path_alias.services.yml |
|
Drupal\search\SearchIndexInterface |
service |
core/modules/search/search.services.yml |
|
Drupal\search\SearchPageRepositoryInterface |
service |
core/modules/search/search.services.yml |
|
Drupal\search\SearchTextProcessorInterface |
service |
core/modules/search/search.services.yml |
|
Drupal\serialization\EntityResolver\ChainEntityResolverInterface |
service |
core/modules/serialization/serialization.services.yml |
|
Drupal\services_defaults_test\TestInjectionInterface |
service |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
|
Drupal\statistics\StatisticsStorageInterface |
service |
core/modules/statistics/statistics.services.yml |
|
Drupal\update\UpdateFetcherInterface |
service |
core/modules/update/update.services.yml |
|
Drupal\update\UpdateManagerInterface |
service |
core/modules/update/update.services.yml |
|
Drupal\update\UpdateProcessorInterface |
service |
core/modules/update/update.services.yml |
|
Drupal\user\PermissionHandlerInterface |
service |
core/modules/user/user.services.yml |
|
Drupal\user\UserAuthInterface |
service |
core/modules/user/user.services.yml |
|
Drupal\user\UserDataInterface |
service |
core/modules/user/user.services.yml |
|
Drupal\user\UserFloodControlInterface |
service |
core/modules/user/user.services.yml |
|
Drupal\workspaces\WorkspaceAssociationInterface |
service |
core/modules/workspaces/workspaces.services.yml |
|
Drupal\workspaces\WorkspaceInformationInterface |
service |
core/modules/workspaces/workspaces.services.yml |
|
Drupal\workspaces\WorkspaceManagerInterface |
service |
core/modules/workspaces/workspaces.services.yml |
|
Drupal\workspaces\WorkspaceRepositoryInterface |
service |
core/modules/workspaces/workspaces.services.yml |
|
DurationInterface |
interface |
core/lib/Drupal/Core/TypedData/Type/DurationInterface.php |
Interface for durations. |
DurationInterface.php |
file |
core/lib/Drupal/Core/TypedData/Type/DurationInterface.php |
|
DurationInterface::getDuration |
function |
core/lib/Drupal/Core/TypedData/Type/DurationInterface.php |
Returns the duration. |
DurationInterface::setDuration |
function |
core/lib/Drupal/Core/TypedData/Type/DurationInterface.php |
Sets the duration. |
DynamicallyFieldableEntityStorageInterface |
interface |
core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php |
A storage that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php |
|
DynamicallyFieldableEntityStorageSchemaInterface |
interface |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
A storage schema that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageSchemaInterface.php |
file |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
|
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge |
function |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
Performs final cleanup after all data of a field has been purged. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration |
function |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
Checks if existing data would be lost if the schema changes were applied. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
Checks if the changes to the storage definition requires schema changes. |
EditorInterface |
interface |
core/modules/editor/src/EditorInterface.php |
Provides an interface defining a text editor entity. |
EditorInterface.php |
file |
core/modules/editor/src/EditorInterface.php |
|
EditorInterface::getEditor |
function |
core/modules/editor/src/EditorInterface.php |
Returns the associated text editor plugin ID. |
EditorInterface::getFilterFormat |
function |
core/modules/editor/src/EditorInterface.php |
Returns the filter format this text editor is associated with. |
EditorInterface::getImageUploadSettings |
function |
core/modules/editor/src/EditorInterface.php |
Returns the image upload settings. |
EditorInterface::getSettings |
function |
core/modules/editor/src/EditorInterface.php |
Returns the text editor plugin-specific settings. |
EditorInterface::hasAssociatedFilterFormat |
function |
core/modules/editor/src/EditorInterface.php |
Returns whether this text editor has an associated filter format. |
EditorInterface::setEditor |
function |
core/modules/editor/src/EditorInterface.php |
Set the text editor plugin ID. |
EditorInterface::setImageUploadSettings |
function |
core/modules/editor/src/EditorInterface.php |
Sets the image upload settings. |
EditorInterface::setSettings |
function |
core/modules/editor/src/EditorInterface.php |
Sets the text editor plugin-specific settings. |
EditorPluginInterface |
interface |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Defines an interface for configurable text editors. |
EditorPluginInterface.php |
file |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
|
EditorPluginInterface::getDefaultSettings |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns the default settings for this configurable text editor. |
EditorPluginInterface::getJSSettings |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns JavaScript settings to be attached. |