Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CKEditor5PluginManager::getCKEditor5PluginConfig | function | core/ |
Gets the configuration for the CKEditor 5 plugins enabled in this editor. |
CKEditor5PluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
CKEditor5PluginManager::getEnabledDefinitions | function | core/ |
Filter list of definitions by enabled plugins only. |
CKEditor5PluginManager::getEnabledLibraries | function | core/ |
Gets a list of libraries required for the editor. |
CKEditor5PluginManager::getPlugin | function | core/ |
Returns a CKEditor 5 plugin with configuration from the editor. |
CKEditor5PluginManager::getPluginConfiguration | function | core/ |
Gets the plugin configuration (if any) from a text editor config entity. |
CKEditor5PluginManager::getProvidedElements | function | core/ |
Gets all supported elements for the given plugins and text editor. |
CKEditor5PluginManager::getToolbarItems | function | core/ |
Gets a list of all toolbar items. |
CKEditor5PluginManagerInterface::getAdminLibraries | function | core/ |
Gets a list of all admin library names. |
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig | function | core/ |
Gets the configuration for the CKEditor 5 plugins enabled in this editor. |
CKEditor5PluginManagerInterface::getEnabledDefinitions | function | core/ |
Filter list of definitions by enabled plugins only. |
CKEditor5PluginManagerInterface::getEnabledLibraries | function | core/ |
Gets a list of libraries required for the editor. |
CKEditor5PluginManagerInterface::getPlugin | function | core/ |
Returns a CKEditor 5 plugin with configuration from the editor. |
CKEditor5PluginManagerInterface::getProvidedElements | function | core/ |
Gets all supported elements for the given plugins and text editor. |
CKEditor5PluginManagerInterface::getToolbarItems | function | core/ |
Gets a list of all toolbar items. |
CKEditor5StylesheetsMessage::getWarning | function | core/ |
Generates a warning related to ckeditor_stylesheets. |
CKEditor5Test::getVerticalTabs | function | core/ |
Gets the titles of the vertical tabs in the given container. |
CKEditor5TestTrait::getBalloonButton | function | core/ |
Gets a button from the currently visible balloon. |
CKEditor5TestTrait::getEditorButton | function | core/ |
Waits for a CKEditor button and returns it when available and visible. |
CKEditor5TestTrait::getEditorDataAsDom | function | core/ |
Gets CKEditor 5 instance data as a PHP DOMDocument. |
CKEditor5TestTrait::getEditorDataAsHtmlString | function | core/ |
Gets CKEditor 5 instance data as a HTML string. |
CKEditor5UpdateImageToolbarItemTest | class | core/ |
Tests the update path for the CKEditor 5 image toolbar item. |
CKEditor5UpdateImageToolbarItemTest.php | file | core/ |
|
CKEditor5UpdateImageToolbarItemTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions | function | core/ |
Gets the configured restrictions for the `filter_html` filter plugin. |
CKEditor5UpdateImageToolbarItemTest::getSourceEditingRestrictions | function | core/ |
Gets the configured HTML restrictions for the Source Editing plugin. |
CKEditor5UpdateImageToolbarItemTest::provider | function | core/ |
Data provider for ::test(). |
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CKEditor5UpdateImageToolbarItemTest::test | function | core/ |
Tests that `uploadImage` toolbar item is updated to `drupalInsertImage`. |
ClaroPasswordConfirmWidgetTest | class | core/ |
Tests the password confirm widget with Claro theme. |
ClaroPasswordConfirmWidgetTest.php | file | core/ |
|
ClaroPasswordConfirmWidgetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ClaroPasswordConfirmWidgetTest::testFillConfirmOnly | function | core/ |
Tests the password confirm widget so that only confirm input is filled. |
ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage | function | core/ |
Tests that password match message is invisible when widget is initialized. |
claro_preprocess_fieldset__media_library_widget | function | core/ |
@todo Remove this when https://www.drupal.org/project/drupal/issues/2999549 lands. |
claro_preprocess_file_widget_multiple | function | core/ |
Implements hook_preprocess_HOOK() for file_widget_multiple. |
claro_preprocess_image_widget | function | core/ |
Implements hook_preprocess_HOOK() for image_widget. |
claro_preprocess_media_library_item__widget | function | core/ |
Implements hook_preprocess_media_library_item__widget(). |
ClassResolver::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
ClassResolverConstraint::getRequiredOptions | function | core/ |
|
ClassResolverInterface::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
ClassWithInvalidAnnotationTargetAtClass | class | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithInvalidAnnotationTargetAtClass.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtClass::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Bar"); |
ClassWithInvalidAnnotationTargetAtMethod | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtMethod.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtMethod::functionName | function | core/ |
Plugin annotation @AnnotationTargetClass("functionName"); |
ClassWithInvalidAnnotationTargetAtProperty | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtProperty.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtProperty::$bar | property | core/ |
Plugin annotation @AnnotationTargetAnnotation("Foo"); |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.