Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testCheckpointCreation function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::checkpoint[[api-linebreak]]
@covers \Drupal\Core\Config\Checkpoint\Checkpoint[[api-linebreak]]
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::getAllCollectionNames[[api-linebreak]]
@covers ::getCollectionName[[api-linebreak]]
@covers ::createCollection[[api-linebreak]]
CheckpointStorageTest::testConfigCreate function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the create operation of checkpoint storage.
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the delete operation of checkpoint storage.
CheckpointStorageTest::testConfigRename function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage.
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the save and read operations of checkpoint storage.
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::encode[[api-linebreak]]
@covers ::decode[[api-linebreak]]
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
CheckpointStorageTest::testRevert function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the revert operation of checkpoint storage.
CheckpointStorageTest::testRevertWithCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage with collections.
CheckpointStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::write[[api-linebreak]]
@covers ::delete[[api-linebreak]]
@covers ::rename[[api-linebreak]]
@covers ::deleteAll[[api-linebreak]]
CheckpointStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that throw an exception.
CheckProvider::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProvider.php A list of checks that needs the request.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
ChooseBlockController::getAjaxAttributes function core/modules/layout_builder/src/Controller/ChooseBlockController.php Get dialog attributes if an ajax request.
ChooseBlockController::getBlockLinks function core/modules/layout_builder/src/Controller/ChooseBlockController.php Gets a render array of block links.
CKEditor5::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
CKEditor5::getEventualEditorWithPrimedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the eventual text format config entity: from form state + editor.
CKEditor5::getGeneratedAllowedHtmlValue function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Value callback to set the CKEditor 5-generated "allowed_html" value.
CKEditor5::getJSSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns JavaScript settings to be attached.
CKEditor5::getLibraries function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns libraries to be attached.
CKEditor5::getSubmittedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the submitted text format config entity from form state.
CKEditor5AspectsOfCKEditor5Plugin::get function core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php Gets the value of an attribute.
CKEditor5CacheTag::getSubscribedEvents function core/modules/ckeditor5/src/EventSubscriber/CKEditor5CacheTag.php
CKEditor5HeightTest::getEditorHeight function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5HeightTest.php Gets the height of ckeditor.
CKEditor5HeightTest::getWindowHeight function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5HeightTest.php Gets the window height.
CKEditor5ImageController::getImageUploadValidators function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Gets the image upload validators.
CKEditor5MediaController::getMediaImageSourceFieldName function core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php Gets the name of an image media item's source field.
CKEditor5Plugin::get function core/modules/ckeditor5/src/Annotation/CKEditor5Plugin.php Gets the value of an annotation.
CKEditor5Plugin::get function core/modules/ckeditor5/src/Attribute/CKEditor5Plugin.php Gets the value of an attribute.
CKEditor5Plugin::getClass function core/modules/ckeditor5/src/Attribute/CKEditor5Plugin.php Gets the class of the attribute class.
CKEditor5Plugin::getClass function core/modules/ckeditor5/src/Annotation/CKEditor5Plugin.php Gets the class of the annotated class.
CKEditor5PluginConfigurableTrait::getConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php
CKEditor5PluginDefault::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefault.php Allows a plugin to modify its static configuration.
CKEditor5PluginDefinition::getAdminLibrary function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the asset library this plugin needs to be loaded on the admin UI.
CKEditor5PluginDefinition::getCKEditor5Config function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets keyed array of additional values for the CKEditor 5 configuration.
CKEditor5PluginDefinition::getCKEditor5Plugins function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the list of CKEditor 5 plugin classes this plugin needs to load.
CKEditor5PluginDefinition::getClass function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php
CKEditor5PluginDefinition::getConditions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the list of conditions to enable this plugin.
CKEditor5PluginDefinition::getCreatableElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the elements this plugin allows to create.
CKEditor5PluginDefinition::getDeriver function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php
CKEditor5PluginDefinition::getElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the list of elements and attributes this plugin allows to create/edit.
CKEditor5PluginDefinition::getLibrary function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the asset library this plugin needs to be loaded.
CKEditor5PluginDefinition::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the list of toolbar items this plugin provides.
CKEditor5PluginDefinition::getTypedConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Returns the typed configuration service.
CKEditor5PluginElementsSubsetInterface::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php Returns a configured subset of the elements supported by this plugin.
CKEditor5PluginInterface::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginInterface.php Allows a plugin to modify its static configuration.
CKEditor5PluginManager::getAdminLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets a list of all admin library names.

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