FieldConfigBase::$translatable

Flag indicating whether the field is translatable. Defaults to TRUE. Type: bool File core/lib/Drupal/Core/Field/FieldConfigBase.php, line 112 Class FieldConfigBase Base class for configurable field definitions. Namespace Drupal\Core\Field Code protected $translatable = TRUE;

DatabaseCacheTagsChecksum::calculateChecksum

protected DatabaseCacheTagsChecksum::calculateChecksum(array $tags) Calculates the current checksum for a given set of tags. Parameters array $tags: The array of tags to calculate the checksum for. Return value int The calculated checksum. File core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php, line 105 Class DatabaseCacheTagsChecksum Cache tags invalidations checksum implementation that uses the database. Namespace Drupal\Core\Cache Code protected function calculateChecksum(a

DateFormatterInterface::format

public DateFormatterInterface::format($timestamp, $type = 'medium', $format = '', $timezone = NULL, $langcode = NULL) Formats a date, using a date type or a custom date format string. Parameters int $timestamp: A UNIX timestamp to format. string $type: (optional) The format to use, one of: One of the built-in formats: 'short', 'medium', 'long', 'html_datetime', 'html_date', 'html_time', 'html_yearless_date', 'html_week', 'html_month', 'html_year'. The name of a date type defined by a date for

VerticalTabs::getInfo

public VerticalTabs::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides ElementInterface::getInfo File core/lib/Drupal/Core/Render/Element/VerticalTabs.php, line 55 Class VerticalTabs Provides a render element for vertical tabs in a form. Namespace Drupal\Core\Render

ViewAddForm::cancel

public ViewAddForm::cancel(array $form, FormStateInterface $form_state) Form submission handler for the 'cancel' action. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. File core/modules/views_ui/src/ViewAddForm.php, line 202 Class ViewAddForm Form controller for the Views edit form. Namespace Drupal\views_ui Code public function cancel(array $form, FormStateInterface $f

ViewsSearchQuery::matches

public ViewsSearchQuery::matches() Returns the matches property. Return value int The number of matches needed. File core/modules/search/src/ViewsSearchQuery.php, line 49 Class ViewsSearchQuery Extends the core SearchQuery to be able to gets its protected values. Namespace Drupal\search Code public function matches() { return $this->matches; }

BookManagerInterface::bookTreeAllData

public BookManagerInterface::bookTreeAllData($bid, $link = NULL, $max_depth = NULL) Gets the data structure representing a named menu tree. Since this can be the full tree including hidden items, the data returned may be used for generating an an admin interface or a select. Note: based on menu_tree_all_data(). Parameters int $bid: The Book ID to find links for. array|null $link: (optional) A fully loaded menu link, or NULL. If a link is supplied, only the path to root will be included in the

ConditionAggregate

Defines the aggregate condition for sql based storage. Hierarchy class \Drupal\Core\Entity\Query\ConditionFundamentalsclass \Drupal\Core\Entity\Query\ConditionAggregateBase implements ConditionAggregateInterfaceclass \Drupal\Core\Entity\Query\Sql\ConditionAggregate File core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php, line 14 Namespace Drupal\Core\Entity\Query\Sql Members Name Modifiers Type Description ConditionAggregate::compile public function Compiles

hook_system_info_alter

hook_system_info_alter(array &$info, \Drupal\Core\Extension\Extension $file, $type) Alter the information parsed from module and theme .info.yml files. This hook is invoked in _system_rebuild_module_data() and in \Drupal\Core\Extension\ThemeHandlerInterface::rebuildThemeData(). A module may implement this hook in order to add to or alter the data generated by reading the .info.yml file with \Drupal\Core\Extension\InfoParser. Using implementations of this hook to make modules required by set

PluralFormula

Manages the storage of plural formula per language in state. Hierarchy class \Drupal\locale\PluralFormula implements PluralFormulaInterface See also \Drupal\locale\PoDatabaseWriter::setHeader() File core/modules/locale/src/PluralFormula.php, line 13 Namespace Drupal\locale Members Name Modifiers Type Description PluralFormula::$formulae protected property The plural formula and count keyed by langcode. PluralFormula::$languageManager protected property PluralF