ViewUI::getThirdPartySettings

public ViewUI::getThirdPartySettings($module) Gets all third-party settings of a given module. Parameters string $module: The module providing the third-party settings. Return value array An array of key-value pairs. Overrides ThirdPartySettingsInterface::getThirdPartySettings File core/modules/views_ui/src/ViewUI.php, line 1283 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public function getThirdPartySettings($module) { return $this->storage

ConfigSubscriber::setPathProcessorLanguage

public ConfigSubscriber::setPathProcessorLanguage(PathProcessorLanguage $path_processor_language) Injects the language path processors on multilingual site configuration. Parameters \Drupal\language\HttpKernel\PathProcessorLanguage $path_processor_language: The language path processor. File core/modules/language/src/EventSubscriber/ConfigSubscriber.php, line 136 Class ConfigSubscriber Deletes the container if default language has changed. Namespace Drupal\language\EventSubscriber Code

DataCommand::$value

The value of the data to be attached to elements matched by the selector. The data is not limited to strings; it can be any format. Type: mixed File core/lib/Drupal/Core/Ajax/DataCommand.php, line 42 Class DataCommand An AJAX command for implementing jQuery's data() method. Namespace Drupal\Core\Ajax Code protected $value;

EntityChangedTrait::getChangedTime

public EntityChangedTrait::getChangedTime() Gets the timestamp of the last entity change for the current translation. Return value int The timestamp of the last entity save operation. Overrides EntityChangedInterface::getChangedTime File core/lib/Drupal/Core/Entity/EntityChangedTrait.php, line 32 Class EntityChangedTrait Provides a trait for accessing changed time. Namespace Drupal\Core\Entity Code public function getChangedTime() { return $this->get('changed')->value; }

SelectInterface::__toString

public SelectInterface::__toString() Returns a string representation of how the query will be executed in SQL. Return value string The Select Query object expressed as a string. File core/lib/Drupal/Core/Database/Query/SelectInterface.php, line 658 Class SelectInterface Interface definition for a Select Query object. Namespace Drupal\Core\Database\Query Code public function __toString();

BookManager::flatBookTree

protected BookManager::flatBookTree(array $tree, array &$flat) Recursively converts a tree of menu links to a flat array. Parameters array $tree: A tree of menu links in an array. array $flat: A flat array of the menu links from $tree, passed by reference. See also static::bookTreeGetFlat() File core/modules/book/src/BookManager.php, line 725 Class BookManager Defines a book manager. Namespace Drupal\book Code protected function flatBookTree(array $tree, array &$flat) { for

EntityFormDisplay::extractFormValues

public EntityFormDisplay::extractFormValues(FieldableEntityInterface $entity, array &$form, FormStateInterface $form_state) Extracts field values from the submitted widget values into the entity. This accounts for drag-and-drop reordering of field values, and filtering of empty values. Parameters \Drupal\Core\Entity\FieldableEntityInterface $entity: The entity. array $form: The form structure where field elements are attached to. This might be a full form structure, or a sub-element of a l

BlockViewBuilder::buildPreRenderableBlock

protected static BlockViewBuilder::buildPreRenderableBlock($entity, ModuleHandlerInterface $module_handler) Builds a #pre_render-able block render array. Parameters \Drupal\block\BlockInterface $entity: A block config entity. \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler service. Return value array A render array with a #pre_render callback to render the block. File core/modules/block/src/BlockViewBuilder.php, line 134 Class BlockViewBuilder Provides a

NullStorageExpirable::get

public NullStorageExpirable::get($key, $default = NULL) Returns the stored value for a given key. Parameters string $key: The key of the data to retrieve. mixed $default: The default value to use if the key is not found. Return value mixed The stored value, or the default value if no value exists. Overrides KeyValueStoreInterface::get File core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php, line 41 Class NullStorageExpirable Defines a null key/value store implementation. Names

LocalActionDefault::getCacheContexts

public LocalActionDefault::getCacheContexts() The cache contexts associated with this object. These identify a specific variation/representation of the object. Cache contexts are tokens: placeholders that are converted to cache keys by the @cache_contexts_manager service. The replacement value depends on the request context (the current URL, language, and so on). They're converted before storing an object in cache. Return value string[] An array of cache context tokens, used to generate a cach