ForumListingBreadcrumbBuilder

Provides a breadcrumb builder base class for forum listing pages. Hierarchy class \Drupal\forum\Breadcrumb\ForumBreadcrumbBuilderBase implements BreadcrumbBuilderInterface uses StringTranslationTraitclass \Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder File core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php, line 11 Namespace Drupal\forum\Breadcrumb Members Name Modifiers Type Description ForumBreadcrumbBuilderBase::$config protected property Con

Textfield

Provides a one-line text field form element. Properties: #maxlength: Maximum number of characters of input allowed. #size: The size of the input element in characters. #autocomplete_route_name: A route to be used as callback URL by the autocomplete JavaScript library. #autocomplete_route_parameters: An array of parameters to be used in conjunction with the route name. Usage example: $form['title'] = array( '#type' => 'textfield', '#title' => $this->t('Subject'), '#default_v

BookManager::checkNodeIsRemovable

public BookManager::checkNodeIsRemovable(NodeInterface $node) Determines if a node can be removed from the book. A node can be removed from a book if it is actually in a book and it either is not a top-level page or is a top-level page with no children. Parameters \Drupal\node\NodeInterface $node: The node to remove from the outline. Return value bool TRUE if a node can be removed from the book, FALSE otherwise. Overrides BookManagerInterface::checkNodeIsRemovable File core/modules/book/src/B

Merge::keys

public Merge::keys(array $fields, array $values = array()) Sets the key fields to be used as conditions for this query. This method should only be called once. It may be called either with a single associative array or two indexed arrays. If called with an associative array, the keys are taken to be the fields and the values are taken to be the corresponding values to set. If called with two arrays, the first array is taken as the fields and the second array is taken as the corresponding values

ShortcutSetAccessControlHandler

Defines the access control handler for the shortcut set entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\shortcut\ShortcutSetAccessControlHandler See also \Drupal\shortcut\Entity\ShortcutSet File core/modules/shortcut/src/ShortcutSetAccessControlHandler.php, line 15 Namespace Drupal\shortcut Member

BookManagerInterface::deleteFromBook

public BookManagerInterface::deleteFromBook($nid) Deletes node's entry from book table. Parameters int $nid: The nid to delete. File core/modules/book/src/BookManagerInterface.php, line 237 Class BookManagerInterface Provides an interface defining a book manager. Namespace Drupal\book Code public function deleteFromBook($nid);

SqlContentEntityStorageSchema::updateSharedTableSchema

protected SqlContentEntityStorageSchema::updateSharedTableSchema(FieldStorageDefinitionInterface $storage_definition, FieldStorageDefinitionInterface $original) Updates the schema for a field stored in a shared table. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The storage definition of the field being updated. \Drupal\Core\Field\FieldStorageDefinitionInterface $original: The original storage definition; i.e., the definition before the update. Throws \Dr

EntityConfirmFormBase::getConfirmText

public EntityConfirmFormBase::getConfirmText() Returns a caption for the button that confirms the action. Return value string The form confirmation text. Overrides ConfirmFormInterface::getConfirmText File core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php, line 33 Class EntityConfirmFormBase Provides a generic base class for an entity-based confirmation form. Namespace Drupal\Core\Entity Code public function getConfirmText() { return $this->t('Confirm'); }

LanguageConfigFactoryOverride::onConfigSave

public LanguageConfigFactoryOverride::onConfigSave(ConfigCrudEvent $event) Actions to be performed to configuration override on configuration save. Parameters \Drupal\Core\Config\ConfigCrudEvent $event: The config CRUD event. Overrides ConfigFactoryOverrideBase::onConfigSave File core/modules/language/src/Config/LanguageConfigFactoryOverride.php, line 178 Class LanguageConfigFactoryOverride Provides language overrides for the configuration factory. Namespace Drupal\language\Config Cod

QueryAggregate::$sqlExpressions

Stores the sql expressions used to build the sql query. An array of expressions. Type: array File core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php, line 18 Class QueryAggregate The SQL storage entity query aggregate class. Namespace Drupal\Core\Entity\Query\Sql Code protected $sqlExpressions = array();