Select::havingCondition

public Select::havingCondition($field, $value = NULL, $operator = NULL) Helper function to build most common HAVING conditional clauses. This method can take a variable number of parameters. If called with two parameters, they are taken as $field and $value with $operator having a value of IN if $value is an array and = otherwise. Parameters $field: The name of the field to check. If you would like to add a more complex condition involving operators or functions, use having(). $value: The valu

FilterFormat::$name

Unique label of the text format. Since text formats impact a site's security, two formats with the same label but different filter configuration would impose a security risk. Therefore, each text format label must be unique. @todo Rename to $label. Type: string File core/modules/filter/src/Entity/FilterFormat.php, line 71 Class FilterFormat Represents a text format. Namespace Drupal\filter\Entity Code protected $name;

FormState::setValidateHandlers

public FormState::setValidateHandlers(array $validate_handlers) Sets the validate handlers. Parameters array $validate_handlers: An array of validate handlers. Return value $this Overrides FormStateInterface::setValidateHandlers File core/lib/Drupal/Core/Form/FormState.php, line 827 Class FormState Stores information about the state of a form. Namespace Drupal\Core\Form Code public function setValidateHandlers(array $validate_handlers) { $this->validate_handlers = $validate_hand

EntityHandlerBase::moduleHandler

protected EntityHandlerBase::moduleHandler() Gets the module handler. Return value \Drupal\Core\Extension\ModuleHandlerInterface The module handler. File core/lib/Drupal/Core/Entity/EntityHandlerBase.php, line 36 Class EntityHandlerBase Provides a base class for entity handlers. Namespace Drupal\Core\Entity Code protected function moduleHandler() { if (!$this->moduleHandler) { $this->moduleHandler = \Drupal::moduleHandler(); } return $this->moduleHandler; }

BlockManagerInterface

Provides an interface for the discovery and instantiation of block plugins. Hierarchy interface \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface; interface \Drupal\Component\Plugin\CategorizingPluginManagerInterfaceinterface \Drupal\Core\Block\BlockManagerInterface File core/lib/Drupal/Core/Block/BlockManagerInterface.php, line 11 Namespace Drupal\Core\Block Members Name Modifiers Type Description CategorizingPluginManagerInterface::getCategories public func

ContentEntityDeleteForm::getQuestion

public ContentEntityDeleteForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php, line 127 Class ContentEntityDeleteForm Provides a generic base class for a content entity deletion form. Namespace Drupal\Core\Entity Code public function getQuestion() { /** @var \Drupal\Core\Entity\ContentEntityInt

Renderer::$elementInfo

The element info. Type: \Drupal\Core\Render\ElementInfoManagerInterface File core/lib/Drupal/Core/Render/Renderer.php, line 39 Class Renderer Turns a render array into a HTML string. Namespace Drupal\Core\Render Code protected $elementInfo;

UpdateProcessor::$privateKey

The private key. Type: \Drupal\Core\PrivateKey File core/modules/update/src/UpdateProcessor.php, line 78 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $privateKey;

PluralTranslation::$singular

The string for the singular case. Type: string File core/lib/Drupal/Core/Annotation/PluralTranslation.php, line 50 Class PluralTranslation Defines an annotation object for strings that require plural forms. Namespace Drupal\Core\Annotation Code protected $singular;

Token::$tokenInfo

Token definitions. An array of token definitions, or NULL when the definitions are not set. Type: array[]|null See also self::setInfo() self::getInfo() self::resetInfo() File core/lib/Drupal/Core/Utility/Token.php, line 91 Class Token Drupal placeholder/token replacement system. Namespace Drupal\Core\Utility Code protected $tokenInfo;