Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 10.3.x for manager
  5. Other projects
Title Object type File name Summary
FieldTypePluginManagerInterface::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the PHP class that implements the field type plugin.
FieldTypePluginManagerInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns preconfigured field options for a field type.
FieldTypePluginManagerInterface::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the summary of storage-level settings for a field type.
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManagerTest class core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the field type manager.
FieldTypePluginManagerTest class core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests Drupal\Core\Field\FieldTypePluginManager.
FieldTypePluginManagerTest.php file core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest.php file core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest::$discovery property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked plugin discovery.
FieldTypePluginManagerTest::$fieldTypeCategoryManager property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked module handler.
FieldTypePluginManagerTest::$fieldTypeManager property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php The field type plugin manager.
FieldTypePluginManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked module handler.
FieldTypePluginManagerTest::enableAllCoreModules function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Enable all core modules.
FieldTypePluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest::testCreateInstance function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests creation of field item instances.
FieldTypePluginManagerTest::testDefaultSettings function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the default settings convenience methods.
FieldTypePluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests get grouped definitions.
FieldTypePluginManagerTest::testGetGroupedDefinitionsEmpty function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests get grouped definitions empty.
FieldTypePluginManagerTest::testGetGroupedDefinitionsInvalid function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests get grouped definitions invalid.
FieldTypePluginManagerTest::testMainProperty function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests all field items provide an existing main property.
FieldTypePluginManagerTest::testUiDefinitionsPerEntityType function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests UI definitions per entity type.
FieldUiLocalAction::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php The entity type manager.
FieldUiLocalTask::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity type manager.
FieldUiPermissions::$entityTypeManager property core/modules/field_ui/src/FieldUiPermissions.php The entity type manager.
FieldUninstallValidator::$fieldTypeManager property core/modules/field/src/FieldUninstallValidator.php The field type plugin manager.
FieldUninstallValidatorTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field type plugin manager.
FileCopy::$streamWrapperManager property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The stream wrapper manager service.
FileDownloadController::$streamWrapperManager property core/modules/system/src/FileDownloadController.php The stream wrapper manager.
FileRepository::$entityTypeManager property core/modules/file/src/FileRepository.php The entity type manager.
FileRepository::$streamWrapperManager property core/modules/file/src/FileRepository.php The stream wrapper manager.
FileSystem::$streamWrapperManager property core/lib/Drupal/Core/File/FileSystem.php The stream wrapper manager.
FileSystemForm::$streamWrapperManager property core/modules/system/src/Form/FileSystemForm.php The stream wrapper manager.
FileSystemTest::$streamWrapperManager property core/tests/Drupal/Tests/Core/File/FileSystemTest.php The stream wrapper manager.
FileUploadHandler::$entityTypeManager property core/modules/file/src/Upload/FileUploadHandler.php The entity type manager.
FileUploadHandler::$streamWrapperManager property core/modules/file/src/Upload/FileUploadHandler.php The stream wrapper manager.
FileUrlGenerator::$streamWrapperManager property core/lib/Drupal/Core/File/FileUrlGenerator.php The stream wrapper manager.
FilterCaption::$filterManager property core/modules/filter/src/Plugin/Filter/FilterCaption.php Filter manager.
FilteredPluginManagerInterface interface core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Provides an interface for plugin managers that allow filtering definitions.
FilteredPluginManagerInterface.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait trait core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Provides a trait for plugin managers that allow filtering plugin definitions.
FilteredPluginManagerTrait.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTrait::getType function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php A string identifying the plugin type.
FilteredPluginManagerTrait::moduleHandler function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the module handler.
FilteredPluginManagerTrait::themeManager function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the theme manager.
FilteredPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Tests Drupal\Core\Plugin\FilteredPluginManagerTrait.
FilteredPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.